Uses of Interface
org.apache.bookkeeper.bookie.storage.ldb.KeyValueStorage
-
Packages that use KeyValueStorage Package Description org.apache.bookkeeper.bookie.storage.ldb Classes related to DB based ledger storage. -
-
Uses of KeyValueStorage in org.apache.bookkeeper.bookie.storage.ldb
Classes in org.apache.bookkeeper.bookie.storage.ldb that implement KeyValueStorage Modifier and Type Class Description class
KeyValueStorageRocksDB
RocksDB based implementation of the KeyValueStorage.Methods in org.apache.bookkeeper.bookie.storage.ldb that return KeyValueStorage Modifier and Type Method Description KeyValueStorage
KeyValueStorageFactory. newKeyValueStorage(java.lang.String defaultBasePath, java.lang.String subPath, KeyValueStorageFactory.DbConfigType dbConfigType, ServerConfiguration conf)
-