Uses of Enum Class
org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl.State
Packages that use ManagedLedgerImpl.State
-
Uses of ManagedLedgerImpl.State in org.apache.bookkeeper.mledger.impl
Fields in org.apache.bookkeeper.mledger.impl declared as ManagedLedgerImpl.StateFields in org.apache.bookkeeper.mledger.impl with type parameters of type ManagedLedgerImpl.StateModifier and TypeFieldDescriptionprotected static final AtomicReferenceFieldUpdater<ManagedLedgerImpl,ManagedLedgerImpl.State> ManagedLedgerImpl.STATE_UPDATERMethods in org.apache.bookkeeper.mledger.impl that return ManagedLedgerImpl.StateModifier and TypeMethodDescriptionManagedLedgerImpl.getState()static ManagedLedgerImpl.StateReturns the enum constant of this class with the specified name.static ManagedLedgerImpl.State[]ManagedLedgerImpl.State.values()Returns an array containing the constants of this enum class, in the order they are declared.