Interface | Description |
---|---|
ExternalAttributable | |
ExternalAttribute | |
ExternalStore |
A store that stores
ExternalIdentifyable objects. |
IdFactory |
Provides IDs for use in an
ExternalIdentifyable . |
MapDBDatabase | |
StringPool |
Class | Description |
---|---|
IdFactorySeq |
Generates unique, sequential IDs
|
IdFactorySeqDecreasing | |
InMemoryAttributeMap | |
InMemoryStore |
ExternalStore implementation using on-heap ByteBuffer blocks
organized in a columnar format. |
MapDBAttributeMapBTreeCompositeStore | |
MapDBDatabase.IO | |
MapDBDatabaseImpl | |
MapDBLogSerializer | |
MapDBStore |
Implementation using the BTree implementation of MapDB
(https://github.com/jankotek/mapdb) as back-end.
|
MapDBStore.Builder | |
MapDBStoreCompositeKey |
Implementation using a Object[] as key
|
MapDBStoreCompositeKey.Builder | |
StringPoolCASImpl | |
XAlignmentEventExternalImpl | |
XFactoryExternalStore |
Factory storing attributes of
XAttributable XES objects in a,
possibly external, ExternalStore . |
XFactoryExternalStore.InMemoryStoreAlignmentAwareImpl |
Specialized implementation for storing aligned logs.
|
XFactoryExternalStore.InMemoryStoreImpl |
A XES factory that stores the attributes in an optimized column-format in
the heap memory.
|
XFactoryExternalStore.MapDBDiskImpl |
A XES Factory that stores XAttributes with MapDB on disk.
|
XFactoryExternalStore.MapDBDiskSequentialAccessImpl |
A XES Factory that stores XAttributes with MapDB on disk.
|
XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl |
A XES Factory that stores XAttributes with MapDB on disk.
|
XFactoryExternalStore.MapDBDiskWithoutCacheImpl |
A XES Factory that stores XAttributes with MapDB on disk.
|