Uses of Interface
org.apache.bookkeeper.client.api.OpenBuilder
-
Packages that use OpenBuilder Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.api BookKeeper Client Public API.org.apache.bookkeeper.client.impl BookKeeper Client implementation package. -
-
Uses of OpenBuilder in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement OpenBuilder Modifier and Type Class Description (package private) static classLedgerOpenOp.OpenBuilderImplMethods in org.apache.bookkeeper.client that return OpenBuilder Modifier and Type Method Description OpenBuilderBookKeeper. newOpenLedgerOp() -
Uses of OpenBuilder in org.apache.bookkeeper.client.api
Methods in org.apache.bookkeeper.client.api that return OpenBuilder Modifier and Type Method Description OpenBuilderBookKeeper. newOpenLedgerOp()Open an existing ledger.OpenBuilderOpenBuilder. withDigestType(DigestType digestType)Sets the expected digest type used to check the contents of the ledger.OpenBuilderOpenBuilder. withLedgerId(long ledgerId)Set the id of the ledger to be opened.OpenBuilderOpenBuilder. withPassword(byte[] password)Sets the password to be used to open the ledger.OpenBuilderOpenBuilder. withRecovery(boolean recovery)Define to open the ledger in recovery mode or in readonly mode. -
Uses of OpenBuilder in org.apache.bookkeeper.client.impl
Classes in org.apache.bookkeeper.client.impl that implement OpenBuilder Modifier and Type Class Description classOpenBuilderBaseBase class for open builders which does the mundane builder stuff.Methods in org.apache.bookkeeper.client.impl that return OpenBuilder Modifier and Type Method Description OpenBuilderOpenBuilderBase. withDigestType(DigestType digestType)OpenBuilderOpenBuilderBase. withLedgerId(long ledgerId)OpenBuilderOpenBuilderBase. withPassword(byte[] password)OpenBuilderOpenBuilderBase. withRecovery(boolean recovery)
-