Uses of Enum
org.eclipse.rdf4j.sail.nativerdf.wal.ValueStoreWalValueKind
Packages that use ValueStoreWalValueKind
Package
Description
ValueStore-specific write-ahead log infrastructure for the NativeStore.
-
Uses of ValueStoreWalValueKind in org.eclipse.rdf4j.sail.nativerdf.wal
Subclasses with type arguments of type ValueStoreWalValueKind in org.eclipse.rdf4j.sail.nativerdf.walModifier and TypeClassDescriptionenumEnumeration of value kinds that may be persisted in the value store WAL.Methods in org.eclipse.rdf4j.sail.nativerdf.wal that return ValueStoreWalValueKindModifier and TypeMethodDescriptionstatic ValueStoreWalValueKindValueStoreWalRecord.valueKind()static ValueStoreWalValueKindReturns the enum constant of this type with the specified name.static ValueStoreWalValueKind[]ValueStoreWalValueKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.sail.nativerdf.wal with parameters of type ValueStoreWalValueKindModifier and TypeMethodDescriptionlongValueStoreWAL.logMint(int id, ValueStoreWalValueKind kind, String lexical, String datatype, String language, int hash) Append a minted value record to the WAL.Constructors in org.eclipse.rdf4j.sail.nativerdf.wal with parameters of type ValueStoreWalValueKindModifierConstructorDescriptionValueStoreWalRecord(long lsn, int id, ValueStoreWalValueKind valueKind, String lexical, String datatype, String language, int hash)