Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.ResetCursorCallback
Packages that use AsyncCallbacks.ResetCursorCallback
-
Uses of AsyncCallbacks.ResetCursorCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.ResetCursorCallbackModifier and TypeMethodDescriptionvoidManagedCursor.asyncResetCursor(Position position, boolean forceReset, AsyncCallbacks.ResetCursorCallback callback) reset the cursor to specified position to enable replay of messages. -
Uses of AsyncCallbacks.ResetCursorCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.ResetCursorCallbackModifier and TypeMethodDescriptionvoidManagedCursorImpl.asyncResetCursor(Position newPos, boolean forceReset, AsyncCallbacks.ResetCursorCallback callback) protected voidManagedCursorImpl.internalResetCursor(PositionImpl proposedReadPosition, AsyncCallbacks.ResetCursorCallback resetCursorCallback)