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 class
LedgerHandle
Ledger handle contains ledger metadata and is used to access the read and write operations to a ledger.class
LedgerHandleAdv
Ledger Advanced handle extendsLedgerHandle
to provide API to add entries with user supplied entryIds.(package private) class
ReadOnlyLedgerHandle
Read 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 interface
WriteAdvHandle
Provide write access to a ledger.interface
WriteHandle
Provide write access to a ledger.
-