Uses of Class
org.apache.bookkeeper.bookie.storage.ldb.KeyValueStorageFactory.DbConfigType
-
Packages that use KeyValueStorageFactory.DbConfigType Package Description org.apache.bookkeeper.bookie.storage.ldb Classes related to DB based ledger storage. -
-
Uses of KeyValueStorageFactory.DbConfigType in org.apache.bookkeeper.bookie.storage.ldb
Methods in org.apache.bookkeeper.bookie.storage.ldb that return KeyValueStorageFactory.DbConfigType Modifier and Type Method Description static KeyValueStorageFactory.DbConfigType
KeyValueStorageFactory.DbConfigType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeyValueStorageFactory.DbConfigType[]
KeyValueStorageFactory.DbConfigType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.bookie.storage.ldb with parameters of type KeyValueStorageFactory.DbConfigType Modifier and Type Method Description KeyValueStorage
KeyValueStorageFactory. newKeyValueStorage(java.lang.String defaultBasePath, java.lang.String subPath, KeyValueStorageFactory.DbConfigType dbConfigType, ServerConfiguration conf)
Constructors in org.apache.bookkeeper.bookie.storage.ldb with parameters of type KeyValueStorageFactory.DbConfigType Constructor Description KeyValueStorageRocksDB(java.lang.String basePath, java.lang.String subPath, KeyValueStorageFactory.DbConfigType dbConfigType, ServerConfiguration conf)
KeyValueStorageRocksDB(java.lang.String basePath, java.lang.String subPath, KeyValueStorageFactory.DbConfigType dbConfigType, ServerConfiguration conf, boolean readOnly)
-