public static class XFactoryExternalStore.MapDBDiskSequentialAccessImpl extends XFactoryExternalStore.MapDBDiskImpl
XFactoryExternalStore.InMemoryStoreAlignmentAwareImpl, XFactoryExternalStore.InMemoryStoreImpl, XFactoryExternalStore.MapDBDiskImpl, XFactoryExternalStore.MapDBDiskSequentialAccessImpl, XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl, XFactoryExternalStore.MapDBDiskWithoutCacheImpl| Constructor and Description |
|---|
MapDBDiskSequentialAccessImpl() |
MapDBDiskSequentialAccessImpl(MapDBDatabase database) |
MapDBDiskSequentialAccessImpl(MapDBStore.Builder dbBuilder) |
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XEvent |
createEvent() |
org.deckfour.xes.model.XEvent |
createEvent(org.deckfour.xes.model.XAttributeMap attributes) |
org.deckfour.xes.model.XTrace |
createTrace() |
org.deckfour.xes.model.XTrace |
createTrace(java.util.Collection<org.deckfour.xes.model.XEvent> events) |
org.deckfour.xes.model.XTrace |
createTrace(org.deckfour.xes.model.XAttributeMap attributes) |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
static void |
register() |
getStorecommit, containsFactory, createAttributeBoolean, createAttributeContainer, createAttributeContinuous, createAttributeDiscrete, createAttributeID, createAttributeList, createAttributeLiteral, createAttributeMap, createAttributeTimestamp, createAttributeTimestamp, createEvent, createLog, createLog, createLog, createPumpTransferFactory, dispose, finishPump, getAttributeList, getAuthor, getUri, getVendor, intern, isPumping, loadLogStructure, pumpEvent, pumpLog, pumpTrace, saveLogStructure, startPump, toStringpublic MapDBDiskSequentialAccessImpl()
public MapDBDiskSequentialAccessImpl(MapDBStore.Builder dbBuilder)
public MapDBDiskSequentialAccessImpl(MapDBDatabase database)
public static void register()
public java.lang.String getName()
getName in interface org.deckfour.xes.factory.XFactorygetName in class XFactoryExternalStore.MapDBDiskImplpublic java.lang.String getDescription()
getDescription in interface org.deckfour.xes.factory.XFactorygetDescription in class XFactoryExternalStore.MapDBDiskImplpublic org.deckfour.xes.model.XTrace createTrace()
createTrace in interface org.deckfour.xes.factory.XFactorycreateTrace in class XFactoryExternalStorepublic org.deckfour.xes.model.XTrace createTrace(org.deckfour.xes.model.XAttributeMap attributes)
createTrace in interface org.deckfour.xes.factory.XFactorycreateTrace in class XFactoryExternalStorepublic org.deckfour.xes.model.XTrace createTrace(java.util.Collection<org.deckfour.xes.model.XEvent> events)
createTrace in class XFactoryExternalStorepublic org.deckfour.xes.model.XEvent createEvent()
createEvent in interface org.deckfour.xes.factory.XFactorycreateEvent in class XFactoryExternalStorepublic org.deckfour.xes.model.XEvent createEvent(org.deckfour.xes.model.XAttributeMap attributes)
createEvent in interface org.deckfour.xes.factory.XFactorycreateEvent in class XFactoryExternalStore