Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.ResetCursorCallback
-
Packages that use AsyncCallbacks.ResetCursorCallback Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AsyncCallbacks.ResetCursorCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.ResetCursorCallback Modifier and Type Method Description voidManagedCursor. asyncResetCursor(Position position, 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.ResetCursorCallback Modifier and Type Method Description voidManagedCursorImpl. asyncResetCursor(Position newPos, AsyncCallbacks.ResetCursorCallback callback)protected voidManagedCursorImpl. internalResetCursor(PositionImpl position, AsyncCallbacks.ResetCursorCallback resetCursorCallback)
-