Package | Description |
---|---|
org.processmining.xeslite.external | |
org.processmining.xeslite.plugin |
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 |
---|
XFactoryExternalStore.MapDBDiskImpl(MapDBStore.Builder dbBuilder) |
XFactoryExternalStore.MapDBDiskOptimizedForWritingImpl(MapDBStore.Builder dbBuilder)
Deprecated.
|
XFactoryExternalStore.MapDBDiskSequentialAccessImpl(MapDBStore.Builder dbBuilder) |
XFactoryExternalStore.MapDBDiskSequentialAccessWithoutCacheImpl(MapDBStore.Builder dbBuilder) |
XFactoryExternalStore.MapDBDiskWithoutCacheImpl(MapDBStore.Builder dbBuilder) |
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) |