| Package | Description |
|---|---|
| org.apache.bookkeeper.client |
BookKeeper Client.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
SyncCallbackUtils.SyncDeleteCallback |
| Modifier and Type | Field and Description |
|---|---|
(package private) AsyncCallback.DeleteCallback |
LedgerDeleteOp.cb |
| Modifier and Type | Method and Description |
|---|---|
void |
BookKeeper.asyncDeleteLedger(long lId,
AsyncCallback.DeleteCallback cb,
java.lang.Object ctx)
Deletes a ledger asynchronously.
|
| Constructor and Description |
|---|
LedgerDeleteOp(BookKeeper bk,
BookKeeperClientStats clientStats,
long ledgerId,
AsyncCallback.DeleteCallback cb,
java.lang.Object ctx)
Constructor.
|
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.