Uses of Package
org.eclipse.rdf4j.sail.nativerdf.wal
Packages that use org.eclipse.rdf4j.sail.nativerdf.wal
Package
Description
The Native Store.
ValueStore-specific write-ahead log infrastructure for the NativeStore.
-
Classes in org.eclipse.rdf4j.sail.nativerdf.wal used by org.eclipse.rdf4j.sail.nativerdfClassDescriptionWrite-ahead log (WAL) for the ValueStore.Controls when the WAL writer flushes buffered frames to disk and when it invokes
FileChannel.force(boolean)to guarantee durability. -
Classes in org.eclipse.rdf4j.sail.nativerdf.wal used by org.eclipse.rdf4j.sail.nativerdf.walClassDescriptionWrite-ahead log (WAL) for the ValueStore.Configuration for the ValueStore WAL implementation.Controls when the WAL writer flushes buffered frames to disk and when it invokes
FileChannel.force(boolean)to guarantee durability.Reader for ValueStore WAL segments that yields minted records in LSN order across segments.Result of a full WAL scan.Representation of a single ValueStore WAL record describing a minted value.Utility to search a ValueStore WAL for a specific minted value ID efficiently.Enumeration of value kinds that may be persisted in the value store WAL.