Package org.apache.bookkeeper.client.api
BookKeeper Client Public API.
- Since:
- 4.6
-
Interface Summary Interface Description BKException.Code Codes which represent the various exception types.BookKeeper This is the entry point for BookKeeper client side API.BookKeeperBuilder BookKeeper Client Builder to build client instances.CreateAdvBuilder Builder-style interface to create new ledgers.CreateBuilder Builder-style interface to create new ledgers.DeleteBuilder Builder-style interface to delete exiting ledgers.ForceableHandle Provide the ability to enforce durability guarantees to the writer.Handle Handle to manage an open ledger.LastConfirmedAndEntry This contains LastAddConfirmed entryId and a LedgerEntry wanted to read.LedgerEntries Interface to wrap a sequence of entries.LedgerEntry An entry in a ledger.LedgerMetadata Represents the client-side metadata of a ledger.LedgersIterator Iterator for ledgers.ListLedgersResult Utility container for listing ledgers.ListLedgersResultBuilder Builder-style interface to list exiting ledgers.OpBuilder<T> Base interface for builders.OpenBuilder Builder-style interface to open exiting ledgers.ReadHandle Provide read access to a ledger.WriteAdvHandle Provide write access to a ledger.WriteHandle Provide write access to a ledger. -
Enum Summary Enum Description DigestType Digest type.LedgerMetadata.State Possible metadata states.WriteFlag Flags to specify the behaviour of writes. -
Exception Summary Exception Description BKException Super class for all errors which occur using BookKeeper client.