public class ParquetExporterComplete
extends java.lang.Object
| Constructor and Description |
|---|
ParquetExporterComplete() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportLogComplete(org.deckfour.xes.model.XLog log,
java.lang.String targetPath) |
void |
exportXlogToParquet(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.io.File file) |
java.lang.Object[] |
getAllAttributesFromLogWithType(org.deckfour.xes.model.XLog log) |
static java.util.List<CaseIdActivityClassForExporterMinimal> |
getCompleteLogRepresentation(org.deckfour.xes.model.XLog log,
java.util.List<java.lang.String> attributesToExport,
java.util.Map<java.lang.String,java.lang.String> attributesToExportWithType) |
org.apache.avro.Schema |
getSchemaFromAttributesTypes(java.util.List<java.lang.String> attributesToExport,
java.util.Map<java.lang.String,java.lang.String> attributesToExportWithType) |
static java.lang.String |
getType(org.deckfour.xes.model.XAttribute attr) |
static java.lang.Object |
getValueFromAttributeAndType(org.deckfour.xes.model.XAttribute attr,
java.lang.String type) |
public void exportXlogToParquet(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
java.io.File file)
public void exportLogComplete(org.deckfour.xes.model.XLog log,
java.lang.String targetPath)
public java.lang.Object[] getAllAttributesFromLogWithType(org.deckfour.xes.model.XLog log)
public org.apache.avro.Schema getSchemaFromAttributesTypes(java.util.List<java.lang.String> attributesToExport,
java.util.Map<java.lang.String,java.lang.String> attributesToExportWithType)
public static java.lang.String getType(org.deckfour.xes.model.XAttribute attr)
public static java.lang.Object getValueFromAttributeAndType(org.deckfour.xes.model.XAttribute attr,
java.lang.String type)
public static java.util.List<CaseIdActivityClassForExporterMinimal> getCompleteLogRepresentation(org.deckfour.xes.model.XLog log, java.util.List<java.lang.String> attributesToExport, java.util.Map<java.lang.String,java.lang.String> attributesToExportWithType)