| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCursor.asyncResetCursor(Position position,
AsyncCallbacks.ResetCursorCallback callback)
reset the cursor to specified position to enable replay of messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCursorImpl.asyncResetCursor(Position newPos,
AsyncCallbacks.ResetCursorCallback callback) |
protected void |
ManagedCursorImpl.internalResetCursor(PositionImpl position,
AsyncCallbacks.ResetCursorCallback resetCursorCallback) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.