Class Hierarchy
- java.lang.Object
- io.permazen.kv.AbstractKVStore (implements io.permazen.kv.KVStore)
- io.permazen.kv.KeyFilterUtil
- io.permazen.kv.KeyRange
- io.permazen.kv.KeyRanges (implements java.lang.Cloneable, java.lang.Iterable<T>, io.permazen.kv.KeyFilter)
- io.permazen.kv.KVPair (implements java.lang.Cloneable)
- io.permazen.kv.KVPairIterator (implements io.permazen.util.CloseableIterator<E>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.permazen.kv.KVException (implements java.lang.Cloneable)
- io.permazen.kv.KVDatabaseException
- io.permazen.kv.KVTransactionException
- io.permazen.kv.RetryKVTransactionException
- io.permazen.kv.StaleKVTransactionException
- io.permazen.kv.KVTransactionTimeoutException
- io.permazen.kv.KVTransactionException
- io.permazen.kv.KVDatabaseException
- io.permazen.kv.KVException (implements java.lang.Cloneable)
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- java.lang.AutoCloseable
- java.io.Closeable
- io.permazen.kv.CloseableKVStore (also extends io.permazen.kv.KVStore)
- java.io.Closeable
- io.permazen.kv.KeyFilter
- io.permazen.kv.KVDatabase
- io.permazen.kv.KVImplementation<C>
- io.permazen.kv.KVStore
- io.permazen.kv.CloseableKVStore (also extends java.io.Closeable)
- io.permazen.kv.KVTransaction