Uses of Interface
org.apache.bookkeeper.bookie.storage.ldb.KeyValueStorage.Batch
-
Packages that use KeyValueStorage.Batch Package Description org.apache.bookkeeper.bookie.storage.ldb Classes related to DB based ledger storage. -
-
Uses of KeyValueStorage.Batch in org.apache.bookkeeper.bookie.storage.ldb
Methods in org.apache.bookkeeper.bookie.storage.ldb that return KeyValueStorage.Batch Modifier and Type Method Description KeyValueStorage.BatchEntryLocationIndex. newBatch()KeyValueStorage.BatchKeyValueStorage. newBatch()KeyValueStorage.BatchKeyValueStorageRocksDB. newBatch()Methods in org.apache.bookkeeper.bookie.storage.ldb with parameters of type KeyValueStorage.Batch Modifier and Type Method Description voidEntryLocationIndex. addLocation(KeyValueStorage.Batch batch, long ledgerId, long entryId, long location)
-