Package org.apache.bookkeeper.client
Class LedgerDeleteOp.DeleteBuilderImpl
java.lang.Object
org.apache.bookkeeper.client.LedgerDeleteOp.DeleteBuilderImpl
- All Implemented Interfaces:
DeleteBuilder,OpBuilder<Void>
- Enclosing class:
- LedgerDeleteOp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()Start the operation and return an handle to the result.withLedgerId(long ledgerId) Set the id of the ledger to be deleted.
-
Constructor Details
-
DeleteBuilderImpl
DeleteBuilderImpl(BookKeeper bk)
-
-
Method Details
-
withLedgerId
Description copied from interface:DeleteBuilderSet the id of the ledger to be deleted.- Specified by:
withLedgerIdin interfaceDeleteBuilder- Returns:
- the builder itself
-
execute
Description copied from interface:OpBuilderStart the operation and return an handle to the result.
-