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