public class HadoopAlphaMiner extends HadoopJob
TIME_BETWEEN_CHECKS| Constructor and Description |
|---|
HadoopAlphaMiner() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object[] |
mine(org.processmining.contexts.uitopia.UIPluginContext context,
AlphaMinerHadoopParameters parameters,
boolean asynchronous)
The method that implements the execution of the alpha miner in Hadoop.
|
getCurrentJobStatus, isJobFinishedpublic static java.lang.Object[] mine(org.processmining.contexts.uitopia.UIPluginContext context,
AlphaMinerHadoopParameters parameters,
boolean asynchronous)
throws java.lang.Exception
parameters - The parameters to use in the HadoopAlphaMiner.asynchronous - Asynchronous execution (desirable for long-term executions)java.lang.Exception