Uses of Enum Class
org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl.PositionBound
Packages that use ManagedLedgerImpl.PositionBound
-
Uses of ManagedLedgerImpl.PositionBound in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl that return ManagedLedgerImpl.PositionBoundModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ManagedLedgerImpl.PositionBound[]ManagedLedgerImpl.PositionBound.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 ManagedLedgerImpl.PositionBoundModifier and TypeMethodDescriptionManagedLedgerImpl.getPositionAfterN(PositionImpl startPosition, long n, ManagedLedgerImpl.PositionBound startRange) Get the entry position at a given distance from a given position.