Uses of Class
org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl.PositionBound
-
Packages that use ManagedLedgerImpl.PositionBound Package Description org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ManagedLedgerImpl.PositionBound in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl that return ManagedLedgerImpl.PositionBound Modifier and Type Method Description static ManagedLedgerImpl.PositionBoundManagedLedgerImpl.PositionBound. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ManagedLedgerImpl.PositionBound[]ManagedLedgerImpl.PositionBound. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.mledger.impl with parameters of type ManagedLedgerImpl.PositionBound Modifier and Type Method Description PositionImplManagedLedgerImpl. getPositionAfterN(PositionImpl startPosition, long n, ManagedLedgerImpl.PositionBound startRange)Get the entry position at a given distance from a given position.
-