Uses of Interface
org.apache.bookkeeper.mledger.ReadOnlyCursor
Packages that use ReadOnlyCursor
-
Uses of ReadOnlyCursor in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ReadOnlyCursorModifier and TypeMethodDescriptionManagedLedgerFactory.openReadOnlyCursor(String managedLedgerName, Position startPosition, ManagedLedgerConfig config) Open aReadOnlyCursorpositioned to the earliest entry for the specified managed ledger.Methods in org.apache.bookkeeper.mledger with parameters of type ReadOnlyCursorModifier and TypeMethodDescriptionvoidAsyncCallbacks.OpenReadOnlyCursorCallback.openReadOnlyCursorComplete(ReadOnlyCursor cursor, Object ctx) -
Uses of ReadOnlyCursor in org.apache.bookkeeper.mledger.impl
Classes in org.apache.bookkeeper.mledger.impl that implement ReadOnlyCursorMethods in org.apache.bookkeeper.mledger.impl that return ReadOnlyCursorModifier and TypeMethodDescriptionManagedLedgerFactoryImpl.openReadOnlyCursor(String managedLedgerName, Position startPosition, ManagedLedgerConfig config)