Package | Description |
---|---|
org.processmining.xeslite.external |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryStore
ExternalStore implementation using on-heap ByteBuffer blocks
organized in a columnar format. |
class |
MapDBStore
Implementation using the BTree implementation of MapDB
(https://github.com/jankotek/mapdb) as back-end.
|
class |
MapDBStoreCompositeKey
Implementation using a Object[] as key
|
Modifier and Type | Method and Description |
---|---|
ExternalStore |
MapDBStore.Builder.build() |
ExternalStore |
MapDBStoreCompositeKey.Builder.build() |
ExternalStore |
ExternalAttribute.getStore() |
protected abstract ExternalStore |
XFactoryExternalStore.getStore() |
protected ExternalStore |
XFactoryExternalStore.MapDBDiskImpl.getStore() |
protected ExternalStore |
XFactoryExternalStore.InMemoryStoreImpl.getStore() |
protected ExternalStore |
XFactoryExternalStore.InMemoryStoreAlignmentAwareImpl.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
ExternalAttribute.setStore(ExternalStore store) |