Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.OpenReadOnlyCursorCallback
-
Packages that use AsyncCallbacks.OpenReadOnlyCursorCallback Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AsyncCallbacks.OpenReadOnlyCursorCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.OpenReadOnlyCursorCallback Modifier and Type Method Description voidManagedLedgerFactory. asyncOpenReadOnlyCursor(java.lang.String managedLedgerName, Position startPosition, ManagedLedgerConfig config, AsyncCallbacks.OpenReadOnlyCursorCallback callback, java.lang.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.OpenReadOnlyCursorCallback Modifier and Type Method Description voidManagedLedgerFactoryImpl. asyncOpenReadOnlyCursor(java.lang.String managedLedgerName, Position startPosition, ManagedLedgerConfig config, AsyncCallbacks.OpenReadOnlyCursorCallback callback, java.lang.Object ctx)
-