Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.OpenReadOnlyCursorCallback
Packages that use AsyncCallbacks.OpenReadOnlyCursorCallback
-
Uses of AsyncCallbacks.OpenReadOnlyCursorCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.OpenReadOnlyCursorCallbackModifier and TypeMethodDescriptionvoidManagedLedgerFactory.asyncOpenReadOnlyCursor(String managedLedgerName, Position startPosition, ManagedLedgerConfig config, AsyncCallbacks.OpenReadOnlyCursorCallback callback, Object ctx) Open aReadOnlyCursorpositioned to the earliest entry for the specified managed ledger. -
Uses of AsyncCallbacks.OpenReadOnlyCursorCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.OpenReadOnlyCursorCallbackModifier and TypeMethodDescriptionvoidManagedLedgerFactoryImpl.asyncOpenReadOnlyCursor(String managedLedgerName, Position startPosition, ManagedLedgerConfig config, AsyncCallbacks.OpenReadOnlyCursorCallback callback, Object ctx)