| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
AlphaMinerHadoopPlugin.runUI(org.processmining.contexts.uitopia.UIPluginContext context,
HadoopClusterParameters hadoop_cluster,
org.deckfour.xes.model.XLog hdfs_xlog)
The plug-in variant that runs in a UI context and uses a dialog to get the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static HadoopClusterParameters |
HadoopClusterParametersFactory.createHadoopClusterParameters() |
static HadoopClusterParameters |
HadoopClusterParametersFactory.createHadoopClusterParameters(java.lang.String host,
java.lang.String user,
java.lang.String passwd) |
| Modifier and Type | Class and Description |
|---|---|
class |
HadoopClusterParametersImpl |
| Modifier and Type | Method and Description |
|---|---|
static HadoopClusterParameters |
ConnectToHadoopClusterPlugin.connectToHadoopCluster(org.processmining.contexts.uitopia.UIPluginContext context) |
| Modifier and Type | Method and Description |
|---|---|
HadoopClusterParameters |
HadoopClusterConnectionWizardStep.apply(HadoopClusterParameters model,
javax.swing.JComponent component) |
| Modifier and Type | Method and Description |
|---|---|
HadoopClusterParameters |
HadoopClusterConnectionWizardStep.apply(HadoopClusterParameters model,
javax.swing.JComponent component) |
boolean |
HadoopClusterConnectionWizardStep.canApply(HadoopClusterParameters model,
javax.swing.JComponent component) |
javax.swing.JComponent |
HadoopClusterConnectionWizardStep.getComponent(HadoopClusterParameters model) |
| Constructor and Description |
|---|
DataManager(HadoopClusterParameters hadoop_cluster) |
| Modifier and Type | Method and Description |
|---|---|
HadoopClusterParameters |
GenericHadoopParameters.getHadoopCluster() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericHadoopParameters.setHadoopCluster(HadoopClusterParameters hadoop_cluster) |
| Constructor and Description |
|---|
GenericHadoopParameters(HadoopClusterParameters hadoop_cluster,
HDFSXLog xlog) |
| Modifier and Type | Method and Description |
|---|---|
protected GenericHadoopParameters |
GenericHadoopPlugin.getGenericParameters(HadoopClusterParameters hadoop_cluster,
org.deckfour.xes.model.XLog hdfs_xlog)
Returns The generic parameters to execute a job in the specified cluster using the indicated XLog as input (null if problems)
|
| Constructor and Description |
|---|
SSHConnectionManager(HadoopClusterParameters hadoop_cluster) |
| Modifier and Type | Method and Description |
|---|---|
org.processmining.models.heuristics.HeuristicsNet |
FlexibleHeuristicsMinerHadoopPlugin.runUI(org.processmining.contexts.uitopia.UIPluginContext context,
HadoopClusterParameters hadoop_cluster,
org.deckfour.xes.model.XLog hdfs_xlog)
The plug-in variant that runs in a UI context and uses a dialog to get the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
org.processmining.processtree.ProcessTree |
InductiveMinerHadoopPlugin.runUI(org.processmining.contexts.uitopia.UIPluginContext context,
HadoopClusterParameters hadoop_cluster,
org.deckfour.xes.model.XLog hdfs_xlog)
The plug-in variant that runs in a UI context and uses a dialog to get the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
HDFSXLogPlugin.runUI(org.processmining.contexts.uitopia.UIPluginContext context,
HadoopClusterParameters hadoop_cluster)
The plug-in variant that takes as input the Hadoop Cluster Parameters and produces the HDFS XLog.
|