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 classKeyValueStorageRocksDBRocksDB based implementation of the KeyValueStorage.Methods in org.apache.bookkeeper.bookie.storage.ldb that return KeyValueStorage Modifier and Type Method Description KeyValueStorageKeyValueStorageFactory. newKeyValueStorage(java.lang.String defaultBasePath, java.lang.String subPath, KeyValueStorageFactory.DbConfigType dbConfigType, ServerConfiguration conf)
-