Package org.apache.bookkeeper.client
Class LedgerOpenOp.OpenBuilderImpl
- java.lang.Object
-
- org.apache.bookkeeper.client.impl.OpenBuilderBase
-
- org.apache.bookkeeper.client.LedgerOpenOp.OpenBuilderImpl
-
- All Implemented Interfaces:
OpBuilder<ReadHandle>
,OpenBuilder
- Enclosing class:
- LedgerOpenOp
static final class LedgerOpenOp.OpenBuilderImpl extends OpenBuilderBase
-
-
Field Summary
-
Fields inherited from class org.apache.bookkeeper.client.impl.OpenBuilderBase
digestType, ledgerId, password, recovery
-
-
Constructor Summary
Constructors Constructor Description OpenBuilderImpl(BookKeeper bookkeeper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ReadHandle>
execute()
Start the operation and return an handle to the result.-
Methods inherited from class org.apache.bookkeeper.client.impl.OpenBuilderBase
validate, withDigestType, withLedgerId, withPassword, withRecovery
-
-
-
-
Constructor Detail
-
OpenBuilderImpl
OpenBuilderImpl(BookKeeper bookkeeper)
-
-
Method Detail
-
execute
public java.util.concurrent.CompletableFuture<ReadHandle> execute()
Description copied from interface:OpBuilder
Start the operation and return an handle to the result.- Returns:
- an handle to access the result of the operation
- See Also:
to have a simple method to access the result
-
-