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
-
Field Summary
Fields inherited from class org.apache.bookkeeper.client.impl.OpenBuilderBase
digestType, ledgerId, password, recovery -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute()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 Details
-
OpenBuilderImpl
OpenBuilderImpl(BookKeeper bookkeeper)
-
-
Method Details
-
execute
Description copied from interface:OpBuilderStart the operation and return an handle to the result.- Returns:
- an handle to access the result of the operation
- See Also:
-