Uses of Interface
org.apache.bookkeeper.client.api.ReadHandle
-
Packages that use ReadHandle Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.api BookKeeper Client Public API. -
-
Uses of ReadHandle in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement ReadHandle Modifier and Type Class Description classLedgerHandleLedger handle contains ledger metadata and is used to access the read and write operations to a ledger.classLedgerHandleAdvLedger Advanced handle extendsLedgerHandleto provide API to add entries with user supplied entryIds.(package private) classReadOnlyLedgerHandleRead only ledger handle.Methods in org.apache.bookkeeper.client that return types with arguments of type ReadHandle Modifier and Type Method Description java.util.concurrent.CompletableFuture<ReadHandle>LedgerOpenOp.OpenBuilderImpl. execute() -
Uses of ReadHandle in org.apache.bookkeeper.client.api
Subinterfaces of ReadHandle in org.apache.bookkeeper.client.api Modifier and Type Interface Description interfaceWriteAdvHandleProvide write access to a ledger.interfaceWriteHandleProvide write access to a ledger.
-