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 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 WriteHandle Modifier and Type Method Description java.util.concurrent.CompletableFuture<WriteHandle>
LedgerCreateOp.CreateBuilderImpl. execute()
-