Class ValueStoreWalConfig.Builder
java.lang.Object
org.eclipse.rdf4j.sail.nativerdf.wal.ValueStoreWalConfig.Builder
- Enclosing class:
ValueStoreWalConfig
-
Method Summary
Modifier and TypeMethodDescriptionbatchBufferBytes(int batchBufferBytes) build()idlePollInterval(Duration idlePollInterval) maxSegmentBytes(long maxSegmentBytes) queueCapacity(int queueCapacity) recoverValueStoreOnOpen(boolean recoverValueStoreOnOpen) Enable automatic ValueStore recovery from WAL during open.snapshotsDirectory(Path snapshotsDirectory) syncBootstrapOnOpen(boolean syncBootstrapOnOpen) Control whether WAL bootstrap happens synchronously during open.syncInterval(Duration syncInterval) syncPolicy(ValueStoreWalConfig.SyncPolicy syncPolicy) walDirectory(Path walDirectory)
-
Method Details
-
walDirectory
-
snapshotsDirectory
-
storeUuid
-
maxSegmentBytes
-
queueCapacity
-
batchBufferBytes
-
syncPolicy
-
syncInterval
-
idlePollInterval
-
syncBootstrapOnOpen
Control whether WAL bootstrap happens synchronously during open. Default is false. -
recoverValueStoreOnOpen
Enable automatic ValueStore recovery from WAL during open. -
build
-