public class HDFSXLogPlugin extends HDFSXLogImporter
| Constructor and Description |
|---|
HDFSXLogPlugin() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
runUI(org.processmining.contexts.uitopia.UIPluginContext context)
The plug-in variant that produces both the Hadoop Cluster Parameters and the HDFS XLog.
|
java.lang.Object |
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.
|
actualImport, fakeImport, importFromStreamgetInputStream, importFromStreampublic java.lang.Object runUI(org.processmining.contexts.uitopia.UIPluginContext context)
throws java.lang.Exception
context - The context to run in.java.lang.Exceptionpublic java.lang.Object runUI(org.processmining.contexts.uitopia.UIPluginContext context,
HadoopClusterParameters hadoop_cluster)
throws java.lang.Exception
context - The context to run in.java.lang.Exception