| 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.asyncDelete(Iterable<Position> position,
AsyncCallbacks.DeleteCallback callback,
Object ctx)
Delete a group of messages asynchronously
Mark a group of messages for deletion.
|
void |
ManagedCursor.asyncDelete(Position position,
AsyncCallbacks.DeleteCallback callback,
Object ctx)
Delete a single message asynchronously
Mark a single message for deletion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCursorImpl.asyncDelete(Iterable<Position> positions,
AsyncCallbacks.DeleteCallback callback,
Object ctx) |
void |
ManagedCursorImpl.asyncDelete(Position pos,
AsyncCallbacks.DeleteCallback callback,
Object ctx) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.