Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.CloseCallback
Packages that use AsyncCallbacks.CloseCallback
Package
Description
-
Uses of AsyncCallbacks.CloseCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.CloseCallbackModifier and TypeMethodDescriptionvoidManagedCursor.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) Close the cursor asynchronously and release the associated resources.voidManagedLedger.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) Close the ManagedLedger asynchronously.voidReadOnlyCursor.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) Close the cursor asynchronously and release the associated resources. -
Uses of AsyncCallbacks.CloseCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.CloseCallbackModifier and TypeMethodDescriptionvoidManagedCursorImpl.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) voidManagedLedgerImpl.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) voidNonDurableCursorImpl.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) voidReadOnlyCursorImpl.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) voidShadowManagedLedgerImpl.asyncClose(AsyncCallbacks.CloseCallback callback, Object ctx) -
Uses of AsyncCallbacks.CloseCallback in org.apache.bookkeeper.mledger.util
Classes in org.apache.bookkeeper.mledger.util that implement AsyncCallbacks.CloseCallbackModifier and TypeClassDescriptionstatic classAdapts aAsyncCallbacks.CloseCallbackto aCompletableFuture.