Package | Description |
---|---|
org.processmining.xeslite.external | |
org.processmining.xeslite.plugin | |
org.xeslite.external |
Modifier and Type | Class and Description |
---|---|
class |
XFactoryExternalStore
Class moved to
XFactoryExternalStore ! |
Modifier and Type | Method and Description |
---|---|
protected abstract XFactoryExternalStore |
AbstractMapDBOpenLogFilePlugin.createFactory(MapDBStore.Builder builder) |
protected XFactoryExternalStore |
OpenLogFileDiskImplPlugin.createFactory(MapDBStore.Builder builder) |
protected XFactoryExternalStore |
OpenLogFileDiskImplWithoutCachePlugin.createFactory(MapDBStore.Builder builder) |
protected XFactoryExternalStore |
OpenLogFileDiskSequentialAccessImplPlugin.createFactory(MapDBStore.Builder builder)
Deprecated.
|
protected XFactoryExternalStore |
OpenLogFileDiskSequentialAccessImplWithoutCachePlugin.createFactory(MapDBStore.Builder builder) |
Modifier and Type | Class and Description |
---|---|
static class |
XFactoryExternalStore.InMemoryStoreAlignmentAwareImpl
Specialized implementation for storing aligned logs.
|
static class |
XFactoryExternalStore.InMemoryStoreImpl
A XES factory that stores the attributes in an optimized column-format in
the heap memory.
|
static class |
XFactoryExternalStore.MapDBDiskImpl
A XES Factory that stores XAttributes with MapDB on disk.
|
static class |
XFactoryExternalStore.MapDBDiskSequentialAccessImpl
A XES Factory that stores XAttributes with MapDB on disk.
|
static class |
XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl
A XES Factory that stores XAttributes with MapDB on disk.
|
static class |
XFactoryExternalStore.MapDBDiskWithoutCacheImpl
A XES Factory that stores XAttributes with MapDB on disk.
|
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
ExternalStore.loadLogStructure(XFactoryExternalStore factory)
Loads a saved XLog from the external store
|
org.deckfour.xes.model.XLog |
InMemoryStore.loadLogStructure(XFactoryExternalStore factory) |
org.deckfour.xes.model.XLog |
MapDBStore.loadLogStructure(XFactoryExternalStore factory) |
org.deckfour.xes.model.XLog |
MapDBStoreCompositeKey.loadLogStructure(XFactoryExternalStore factory) |
Modifier and Type | Method and Description |
---|---|
static boolean |
XFactoryExternalStore.containsFactory(java.lang.Class<? extends XFactoryExternalStore> clazz) |
Constructor and Description |
---|
MapDBLogSerializer(XFactoryExternalStore factory) |