Package org.apache.bookkeeper.client.api
Interface OpBuilder<T>
- All Known Subinterfaces:
CreateAdvBuilder,CreateBuilder,DeleteBuilder,ListLedgersResultBuilder,OpenBuilder
- All Known Implementing Classes:
LedgerCreateOp.CreateBuilderImpl,LedgerDeleteOp.DeleteBuilderImpl,LedgerOpenOp.OpenBuilderImpl,OpenBuilderBase
Base interface for builders.
- Since:
- 4.6
-
Method Summary
Modifier and TypeMethodDescriptionexecute()Start the operation and return an handle to the result.
-
Method Details
-
execute
CompletableFuture<T> execute()Start the operation and return an handle to the result.- Returns:
- an handle to access the result of the operation
- See Also:
-