static class LedgerDeleteOp.DeleteBuilderImpl extends java.lang.Object implements DeleteBuilder
| Constructor and Description |
|---|
DeleteBuilderImpl(BookKeeper bk) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<java.lang.Void> |
execute()
Start the operation and return an handle to the result.
|
DeleteBuilder |
withLedgerId(long ledgerId)
Set the id of the ledger to be deleted.
|
DeleteBuilderImpl(BookKeeper bk)
public DeleteBuilder withLedgerId(long ledgerId)
DeleteBuilderwithLedgerId in interface DeleteBuilderpublic java.util.concurrent.CompletableFuture<java.lang.Void> execute()
OpBuilderCopyright © 2011–2024 The Apache Software Foundation. All rights reserved.