Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.MarkDeleteCallback
Packages that use AsyncCallbacks.MarkDeleteCallback
-
Uses of AsyncCallbacks.MarkDeleteCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.MarkDeleteCallbackModifier and TypeMethodDescriptionvoidManagedCursor.asyncMarkDelete(Position position, Map<String, Long> properties, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) Asynchronous mark delete.voidManagedCursor.asyncMarkDelete(Position position, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) Asynchronous mark delete. -
Uses of AsyncCallbacks.MarkDeleteCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.MarkDeleteCallbackModifier and TypeMethodDescriptionvoidManagedCursorImpl.asyncMarkDelete(Position position, Map<String, Long> properties, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) voidManagedCursorImpl.asyncMarkDelete(Position position, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) protected voidManagedCursorImpl.internalAsyncMarkDelete(PositionImpl newPosition, Map<String, Long> properties, AsyncCallbacks.MarkDeleteCallback callback, Object ctx) protected voidNonDurableCursorImpl.internalAsyncMarkDelete(PositionImpl newPosition, Map<String, Long> properties, AsyncCallbacks.MarkDeleteCallback callback, Object ctx)