MVStoreModuleBuilder |
MVStoreModuleBuilder.addStoreEventListener(StoreEventListener listener) |
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.autoCommit(boolean autoCommit) |
Flag to enable/disable auto-commit mode.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.autoCommitBufferSize(int autoCommitBufferSize) |
The size of the buffer used for auto-commit.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.cacheConcurrency(int cacheConcurrency) |
The read cache concurrency used by MVStore.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.cacheSize(int cacheSize) |
The size of the read cache in MB used by the MVStore.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.compress(boolean compress) |
Flag to enable/disable compression of data in MVStore.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.compressHigh(boolean compressHigh) |
Flag to enable high compression for the MVStore.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.dbConfig(MVStoreConfig dbConfig) |
The configuration for the MVStore.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.encryptionKey(char[] encryptionKey) |
The encryption key to be used for encrypting the MVStore.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.filePath(File file) |
Sets the file path for the MVStore.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.filePath(String path) |
Sets the file path for the MVStore.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.fileStore(org.h2.mvstore.FileStore<?> fileStore) |
The file store used by the MVStore.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.pageSplitSize(int pageSplitSize) |
The amount of memory a MVStore page should contain at most, in bytes,
before it is split.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.readOnly(boolean readOnly) |
Indicates whether the MVStore instance should be opened in read-only mode.
|
MVStoreModuleBuilder |
MVStoreModuleBuilder.recoveryMode(boolean recoveryMode) |
Indicates whether the MVStore should be opened in recovery mode or not.
|
static MVStoreModuleBuilder |
MVStoreModule.withConfig() |
|