Uses of Enum Class
org.apache.bookkeeper.bookie.LedgerStorage.StorageState
Packages that use LedgerStorage.StorageState
Package
Description
Provides a Bookie server that stores entries for clients.
Classes related to DB based ledger storage.
-
Uses of LedgerStorage.StorageState in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return LedgerStorage.StorageStateModifier and TypeMethodDescriptionstatic LedgerStorage.StorageStateReturns the enum constant of this class with the specified name.static LedgerStorage.StorageState[]LedgerStorage.StorageState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.bookkeeper.bookie that return types with arguments of type LedgerStorage.StorageStateModifier and TypeMethodDescriptionInterleavedLedgerStorage.getStorageStateFlags()LedgerStorage.getStorageStateFlags()Get the storage state flags currently set for the storage instance.SortedLedgerStorage.getStorageStateFlags()Methods in org.apache.bookkeeper.bookie with parameters of type LedgerStorage.StorageStateModifier and TypeMethodDescriptionvoidInterleavedLedgerStorage.clearStorageStateFlag(LedgerStorage.StorageState flags) voidLedgerStorage.clearStorageStateFlag(LedgerStorage.StorageState flags) Clear a storage state flag for the storage instance.voidSortedLedgerStorage.clearStorageStateFlag(LedgerStorage.StorageState flags) voidInterleavedLedgerStorage.setStorageStateFlag(LedgerStorage.StorageState flags) voidLedgerStorage.setStorageStateFlag(LedgerStorage.StorageState flags) Set a storage state flag for the storage instance.voidSortedLedgerStorage.setStorageStateFlag(LedgerStorage.StorageState flags) -
Uses of LedgerStorage.StorageState in org.apache.bookkeeper.bookie.storage.ldb
Methods in org.apache.bookkeeper.bookie.storage.ldb that return types with arguments of type LedgerStorage.StorageStateModifier and TypeMethodDescriptionDbLedgerStorage.getStorageStateFlags()SingleDirectoryDbLedgerStorage.getStorageStateFlags()Methods in org.apache.bookkeeper.bookie.storage.ldb with parameters of type LedgerStorage.StorageStateModifier and TypeMethodDescriptionvoidDbLedgerStorage.clearStorageStateFlag(LedgerStorage.StorageState flag) voidSingleDirectoryDbLedgerStorage.clearStorageStateFlag(LedgerStorage.StorageState flag) voidDbLedgerStorage.setStorageStateFlag(LedgerStorage.StorageState flag) voidSingleDirectoryDbLedgerStorage.setStorageStateFlag(LedgerStorage.StorageState flag)