Uses of Interface
org.apache.bookkeeper.client.api.WriteHandle
-
Packages that use WriteHandle Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of WriteHandle in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement WriteHandle 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 WriteHandle Modifier and Type Method Description java.util.concurrent.CompletableFuture<WriteHandle>LedgerCreateOp.CreateBuilderImpl. execute()
-