Uses of Package
io.permazen.util

Packages that use io.permazen.util
Package
Description
Permazen CLI Command related classes, including pre-defined commands.
Classes for parsing command line flags in order to configure a Permazen command line interface (CLI) session.
Permazen parsing related classes.
Permazen parsing utility classes.
Core classes for the Permazen Java persistence layer.
Permazen core API utility classes.
Permazen Encodings.
Permazen index classes.
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 FoundationDB.
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 distributed KVDatabase based on the Raft consensus algorithm.
A simple in-memory implementation of the KVDatabase interface.
KVDatabase implementation based on Google Cloud Spanner.
KVDatabase implementations based on SQL connections.
Utility classes relating to the KVDatabase interface.
KVDatabase implementation based on Xodus.
Classes for modeling Permazen Database schemas.
General utility classes used with Permazen.