| 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.asyncMarkDelete(Position position,
AsyncCallbacks.MarkDeleteCallback callback,
Object ctx)
Asynchronous mark delete.
|
void |
ManagedCursor.asyncMarkDelete(Position position,
Map<String,Long> properties,
AsyncCallbacks.MarkDeleteCallback callback,
Object ctx)
Asynchronous mark delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedCursorImpl.asyncMarkDelete(Position position,
AsyncCallbacks.MarkDeleteCallback callback,
Object ctx) |
void |
ManagedCursorImpl.asyncMarkDelete(Position position,
Map<String,Long> properties,
AsyncCallbacks.MarkDeleteCallback callback,
Object ctx) |
protected void |
ManagedCursorImpl.internalAsyncMarkDelete(PositionImpl newPosition,
Map<String,Long> properties,
AsyncCallbacks.MarkDeleteCallback callback,
Object ctx) |
protected void |
NonDurableCursorImpl.internalAsyncMarkDelete(PositionImpl newPosition,
Map<String,Long> properties,
AsyncCallbacks.MarkDeleteCallback callback,
Object ctx) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.