Uses of Class
org.apache.bookkeeper.bookie.LedgerStorage.StorageState
-
Packages that use LedgerStorage.StorageState Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage.ldb 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.StorageState Modifier and Type Method Description static LedgerStorage.StorageState
LedgerStorage.StorageState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LedgerStorage.StorageState[]
LedgerStorage.StorageState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.bookie that return types with arguments of type LedgerStorage.StorageState Modifier and Type Method Description java.util.EnumSet<LedgerStorage.StorageState>
InterleavedLedgerStorage. getStorageStateFlags()
java.util.EnumSet<LedgerStorage.StorageState>
LedgerStorage. getStorageStateFlags()
Get the storage state flags currently set for the storage instance.java.util.EnumSet<LedgerStorage.StorageState>
SortedLedgerStorage. getStorageStateFlags()
Methods in org.apache.bookkeeper.bookie with parameters of type LedgerStorage.StorageState Modifier and Type Method Description void
InterleavedLedgerStorage. clearStorageStateFlag(LedgerStorage.StorageState flags)
void
LedgerStorage. clearStorageStateFlag(LedgerStorage.StorageState flags)
Clear a storage state flag for the storage instance.void
SortedLedgerStorage. clearStorageStateFlag(LedgerStorage.StorageState flags)
void
InterleavedLedgerStorage. setStorageStateFlag(LedgerStorage.StorageState flags)
void
LedgerStorage. setStorageStateFlag(LedgerStorage.StorageState flags)
Set a storage state flag for the storage instance.void
SortedLedgerStorage. 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.StorageState Modifier and Type Method Description java.util.EnumSet<LedgerStorage.StorageState>
DbLedgerStorage. getStorageStateFlags()
java.util.EnumSet<LedgerStorage.StorageState>
SingleDirectoryDbLedgerStorage. getStorageStateFlags()
Methods in org.apache.bookkeeper.bookie.storage.ldb with parameters of type LedgerStorage.StorageState Modifier and Type Method Description void
DbLedgerStorage. clearStorageStateFlag(LedgerStorage.StorageState flag)
void
SingleDirectoryDbLedgerStorage. clearStorageStateFlag(LedgerStorage.StorageState flag)
void
DbLedgerStorage. setStorageStateFlag(LedgerStorage.StorageState flag)
void
SingleDirectoryDbLedgerStorage. setStorageStateFlag(LedgerStorage.StorageState flag)
-