Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.DeleteCallback
Packages that use AsyncCallbacks.DeleteCallback
-
Uses of AsyncCallbacks.DeleteCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.DeleteCallbackModifier and TypeMethodDescriptionvoidManagedCursor.asyncDelete(Iterable<Position> position, AsyncCallbacks.DeleteCallback callback, Object ctx) Delete a group of messages asynchronouslyvoidManagedCursor.asyncDelete(Position position, AsyncCallbacks.DeleteCallback callback, Object ctx) Delete a single message asynchronously -
Uses of AsyncCallbacks.DeleteCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.DeleteCallbackModifier and TypeMethodDescriptionvoidManagedCursorImpl.asyncDelete(Iterable<Position> positions, AsyncCallbacks.DeleteCallback callback, Object ctx) voidManagedCursorImpl.asyncDelete(Position pos, AsyncCallbacks.DeleteCallback callback, Object ctx)