public class HDFSXLogImporter
extends org.processmining.plugins.log.OpenLogFilePlugin
| Constructor and Description |
|---|
HDFSXLogImporter() |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XLog |
actualImport(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes) |
org.deckfour.xes.model.XLog |
fakeImport(org.deckfour.xes.factory.XFactory factory) |
org.deckfour.xes.model.XLog |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes,
org.deckfour.xes.factory.XFactory factory) |
getInputStream, importFromStreampublic org.deckfour.xes.model.XLog importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes,
org.deckfour.xes.factory.XFactory factory)
throws java.lang.Exception
importFromStream in class org.processmining.plugins.log.OpenLogFilePluginjava.lang.Exceptionpublic org.deckfour.xes.model.XLog fakeImport(org.deckfour.xes.factory.XFactory factory)
public org.deckfour.xes.model.XLog actualImport(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes)
throws java.lang.Exception
java.lang.Exception