Uses of Interface
org.apache.bookkeeper.client.api.ReadHandle
Packages that use ReadHandle
Package
Description
BookKeeper Client.
BookKeeper Client Public API.
-
Uses of ReadHandle in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement ReadHandleModifier and TypeClassDescriptionclassLedger handle contains ledger metadata and is used to access the read and write operations to a ledger.classLedger Advanced handle extendsLedgerHandleto provide API to add entries with user supplied entryIds.(package private) classRead only ledger handle.Methods in org.apache.bookkeeper.client that return types with arguments of type ReadHandle -
Uses of ReadHandle in org.apache.bookkeeper.client.api
Subinterfaces of ReadHandle in org.apache.bookkeeper.client.apiModifier and TypeInterfaceDescriptioninterfaceProvide write access to a ledger.interfaceProvide write access to a ledger.