Uses of Interface
io.permazen.kv.KVDatabase

Packages that use KVDatabase
Package
Description
Components that support integrating Permazen into a Java Console Toolkit console.
Classes for parsing command line flags in order to configure a Permazen command line interface (CLI) session.
Core classes for the Permazen Java persistence layer.
byte[] array key/value store API and related utility classes.
A simple KVStore implementation based on a sorted array of key/value pairs.
KVDatabase implementation based on Oracle's Berkeley DB Java Edition.
Caching KVStore and KVDatabase layers.
KVDatabase implementation based on CockroachDB.
KVDatabase implementation based on FoundationDB.
KVDatabase implementation based on LevelDB.
KVDatabase implementation based on LMDB.
KVDatabase implementation based on Microsoft SQL Server.
Utility classes for MVCC type operations using a KVStore.
AtomicKVStore and KVDatabase implementations based on H2 MVStore.
KVDatabase implementation based on MySQL.
A distributed KVDatabase based on the Raft consensus algorithm.
A partition-tolerant KVDatabase that automatically migrates between a clustered RaftKVDatabase and a private non-clustered "standalone mode" KVDatabase, based on availability of the Raft cluster.
A simple in-memory implementation of the KVDatabase interface.
KVDatabase implementation based on Google Cloud Spanner.
KVDatabase implementations based on SQL connections.
KVDatabase implementation based on SQLite.
Permazen key/value unit test support classes.
Utility classes relating to the KVDatabase interface.
KVDatabase implementation based on Xodus.
Spring Framework integration classes.