Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.OpenLedgerCallback
Packages that use AsyncCallbacks.OpenLedgerCallback
-
Uses of AsyncCallbacks.OpenLedgerCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.OpenLedgerCallbackModifier and TypeMethodDescriptionvoidManagedLedgerFactory.asyncOpen(String name, AsyncCallbacks.OpenLedgerCallback callback, Object ctx) Asynchronous open method.voidManagedLedgerFactory.asyncOpen(String name, ManagedLedgerConfig config, AsyncCallbacks.OpenLedgerCallback callback, Supplier<CompletableFuture<Boolean>> mlOwnershipChecker, Object ctx) Asynchronous open method. -
Uses of AsyncCallbacks.OpenLedgerCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.OpenLedgerCallbackModifier and TypeMethodDescriptionvoidManagedLedgerFactoryImpl.asyncOpen(String name, AsyncCallbacks.OpenLedgerCallback callback, Object ctx) voidManagedLedgerFactoryImpl.asyncOpen(String name, ManagedLedgerConfig config, AsyncCallbacks.OpenLedgerCallback callback, Supplier<CompletableFuture<Boolean>> mlOwnershipChecker, Object ctx)