public static class XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl extends XFactoryExternalStore.MapDBDiskSequentialAccessImpl
This version does NOT store common attributes like 'concept:name', 'lifecycle:transition', 'time:timestamp' in memory.
XFactoryExternalStore.MapDBDiskImpl, XFactoryExternalStore.MapDBDiskOptimizedForWritingImpl, XFactoryExternalStore.MapDBDiskSequentialAccessImpl, XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl, XFactoryExternalStore.MapDBDiskWithoutCacheImpl
Constructor and Description |
---|
XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl() |
XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl(MapDBDatabase database) |
XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl(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() |
getStore
containsFactory, createAttributeBoolean, createAttributeContainer, createAttributeContinuous, createAttributeDiscrete, createAttributeID, createAttributeList, createAttributeLiteral, createAttributeMap, createAttributeTimestamp, createAttributeTimestamp, createEvent, createLog, createLog, createLog, createPumpTransferFactory, dispose, finishPump, getAuthor, getUri, getVendor, isPumping, pumpEvent, pumpLog, pumpTrace, startPump, toString
public XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl()
public XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl(MapDBStore.Builder dbBuilder)
public XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl(MapDBDatabase database)
public static void register()
public java.lang.String getName()
getName
in interface org.deckfour.xes.factory.XFactory
getName
in class XFactoryExternalStore.MapDBDiskSequentialAccessImpl
public java.lang.String getDescription()
getDescription
in interface org.deckfour.xes.factory.XFactory
getDescription
in class XFactoryExternalStore.MapDBDiskSequentialAccessImpl
public org.deckfour.xes.model.XTrace createTrace()
createTrace
in interface org.deckfour.xes.factory.XFactory
createTrace
in class XFactoryExternalStore.MapDBDiskSequentialAccessImpl
public org.deckfour.xes.model.XTrace createTrace(org.deckfour.xes.model.XAttributeMap attributes)
createTrace
in interface org.deckfour.xes.factory.XFactory
createTrace
in class XFactoryExternalStore.MapDBDiskSequentialAccessImpl
public org.deckfour.xes.model.XTrace createTrace(java.util.Collection<org.deckfour.xes.model.XEvent> events)
createTrace
in class XFactoryExternalStore.MapDBDiskSequentialAccessImpl
public org.deckfour.xes.model.XEvent createEvent()
createEvent
in interface org.deckfour.xes.factory.XFactory
createEvent
in class XFactoryExternalStore.MapDBDiskSequentialAccessImpl
public org.deckfour.xes.model.XEvent createEvent(org.deckfour.xes.model.XAttributeMap attributes)
createEvent
in interface org.deckfour.xes.factory.XFactory
createEvent
in class XFactoryExternalStore.MapDBDiskSequentialAccessImpl