接口的使用
org.apache.bookkeeper.mledger.AsyncCallbacks.ResetCursorCallback
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.bookkeeper.mledger中AsyncCallbacks.ResetCursorCallback的使用
修饰符和类型方法说明voidManagedCursor.asyncResetCursor(Position position, boolean forceReset, AsyncCallbacks.ResetCursorCallback callback) reset the cursor to specified position to enable replay of messages. -
org.apache.bookkeeper.mledger.impl中AsyncCallbacks.ResetCursorCallback的使用
修饰符和类型方法说明voidManagedCursorImpl.asyncResetCursor(Position newPos, boolean forceReset, AsyncCallbacks.ResetCursorCallback callback) protected voidManagedCursorImpl.internalResetCursor(PositionImpl proposedReadPosition, AsyncCallbacks.ResetCursorCallback resetCursorCallback)