Uses of Class
io.permazen.kv.util.PrefixKVStore
-
Packages that use PrefixKVStore Package Description io.permazen.kv.util Utility classes relating to theKVDatabase
interface. -
-
Uses of PrefixKVStore in io.permazen.kv.util
Subclasses of PrefixKVStore in io.permazen.kv.util Modifier and Type Class Description class
PrefixKVTransaction
Methods in io.permazen.kv.util that return PrefixKVStore Modifier and Type Method Description static PrefixKVStore
PrefixKVStore. create(KVStore kvstore, byte[] keyPrefix)
Create aPrefixKVStore
instance using the specified prefix and underlyingKVStore
.
-