Uses of Class
io.permazen.kv.AbstractKVStore
Packages that use AbstractKVStore
Package
Description
A simple
KVStore implementation based on a sorted array of key/value pairs.KVDatabase implementation based on Oracle's Berkeley DB Java Edition.KVDatabase implementation based on LevelDB.KVDatabase implementation based on LMDB.Utility classes for MVCC type operations using a
KVStore.AtomicKVStore and KVDatabase implementations based
on H2 MVStore.A simple in-memory implementation of the
KVDatabase interface.KVDatabase implementation based on Google Cloud Spanner.Utility classes relating to the
KVDatabase interface.KVDatabase implementation based on Xodus.-
Uses of AbstractKVStore in io.permazen.kv.array
Subclasses of AbstractKVStore in io.permazen.kv.arrayModifier and TypeClassDescriptionclassA simple read-onlyKVStorebased on a sorted array of key/value pairs.classAtomicKVStorebased onArrayKVStoreplus a write-ahead log and background compaction. -
Uses of AbstractKVStore in io.permazen.kv.bdb
Subclasses of AbstractKVStore in io.permazen.kv.bdbModifier and TypeClassDescriptionclassOracle Berkeley DB Java EditionKVTransactionimplementation. -
Uses of AbstractKVStore in io.permazen.kv.leveldb
Subclasses of AbstractKVStore in io.permazen.kv.leveldb -
Uses of AbstractKVStore in io.permazen.kv.lmdb
Subclasses of AbstractKVStore in io.permazen.kv.lmdbModifier and TypeClassDescriptionclassKVStoreview of a LMDB transaction usingbyte[]array buffers.classLMDBKVStore<T>StraightforwardKVStoreview of a LMDB transaction. -
Uses of AbstractKVStore in io.permazen.kv.mvcc
Subclasses of AbstractKVStore in io.permazen.kv.mvccModifier and TypeClassDescriptionclassWrapper class that presents anAtomicKVStoreview of aKVDatabase, using individual transactions for each operation.classProvides anAtomicKVStoreview of an underlyingConcurrentNavigableMap<ByteData, ByteData>.classStraightforward implementation of theDeltaKVStoreinterface. -
Uses of AbstractKVStore in io.permazen.kv.mvstore
Subclasses of AbstractKVStore in io.permazen.kv.mvstoreModifier and TypeClassDescriptionclassStraightforwardKVStoreview of anMVMap.classA read-only snapshot anMVMap.class -
Uses of AbstractKVStore in io.permazen.kv.simple
Subclasses of AbstractKVStore in io.permazen.kv.simpleModifier and TypeClassDescriptionclassKVTransactionimplementation forSimpleKVDatabase.classTransaction associated with aXMLKVDatabase. -
Uses of AbstractKVStore in io.permazen.kv.spanner
Subclasses of AbstractKVStore in io.permazen.kv.spanner -
Uses of AbstractKVStore in io.permazen.kv.util
Subclasses of AbstractKVStore in io.permazen.kv.utilModifier and TypeClassDescriptionclassProvides aKVStoreview of an underlyingConcurrentNavigableMap<ByteData, ByteData>. -
Uses of AbstractKVStore in io.permazen.kv.xodus
Subclasses of AbstractKVStore in io.permazen.kv.xodusModifier and TypeClassDescriptionclass