Package | Description |
---|---|
org.processmining.xeslite.plugin | |
org.xeslite.external |
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 | Method and Description |
---|---|
MapDBStore.Builder |
MapDBStore.Builder.withDatabase(MapDBDatabase database) |
MapDBStore.Builder |
MapDBStore.Builder.withKeyPoolShift(int keyPoolShift) |
MapDBStore.Builder |
MapDBStore.Builder.withNodeSize(int nodeSize) |
MapDBStore.Builder |
MapDBStore.Builder.withPump() |
Constructor and Description |
---|
MapDBDiskImpl(MapDBStore.Builder dbBuilder) |
MapDBDiskSequentialAccessImpl(MapDBStore.Builder dbBuilder) |
MapDBDiskWithoutCacheImpl(MapDBStore.Builder dbBuilder) |