Uses of Interface
org.apache.bookkeeper.client.api.Handle
-
Packages that use Handle Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.api BookKeeper Client Public API. -
-
Uses of Handle in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement Handle 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. -
Uses of Handle in org.apache.bookkeeper.client.api
Subinterfaces of Handle in org.apache.bookkeeper.client.api Modifier and Type Interface Description interfaceReadHandleProvide read access to a ledger.interfaceWriteAdvHandleProvide write access to a ledger.interfaceWriteHandleProvide write access to a ledger.
-