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