Uses of Class
org.eclipse.rdf4j.sail.nativerdf.wal.ValueStoreWAL
Packages that use ValueStoreWAL
Package
Description
The Native Store.
ValueStore-specific write-ahead log infrastructure for the NativeStore.
-
Uses of ValueStoreWAL in org.eclipse.rdf4j.sail.nativerdf
Constructors in org.eclipse.rdf4j.sail.nativerdf with parameters of type ValueStoreWALModifierConstructorDescriptionValueStore(File dataDir, boolean forceSync, int valueCacheSize, int valueIDCacheSize, int namespaceCacheSize, int namespaceIDCacheSize, ValueStoreWAL wal) -
Uses of ValueStoreWAL in org.eclipse.rdf4j.sail.nativerdf.wal
Methods in org.eclipse.rdf4j.sail.nativerdf.wal that return ValueStoreWALModifier and TypeMethodDescriptionstatic ValueStoreWALValueStoreWAL.open(ValueStoreWalConfig config) Open a ValueStore WAL for the provided configuration.