Uses of Class
org.apache.bookkeeper.common.annotation.InterfaceAudience.Public
-
Packages that use InterfaceAudience.Public Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.api BookKeeper Client Public API.org.apache.bookkeeper.common.annotation Annotations used across the whole project.org.apache.bookkeeper.common.conf Configuration related utilities.org.apache.bookkeeper.common.net Classes for resolving service uris in bookkeeper.org.apache.bookkeeper.conf Configurations used by bookkeeper. -
-
Uses of InterfaceAudience.Public in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client with annotations of type InterfaceAudience.Public Modifier and Type Interface Description interface
AsyncCallback
Defines all the callback interfaces for the async operations in bookkeeper client.static interface
AsyncCallback.AddCallback
Async Callback for adding entries to ledgers.static interface
AsyncCallback.AddCallbackWithLatency
Async Callback for adding entries to ledgers with latency information.static interface
AsyncCallback.AddLacCallback
Async Callback for updating LAC for ledgers.static interface
AsyncCallback.CloseCallback
Async Callback for closing ledgers.static interface
AsyncCallback.CreateCallback
Async Callback for creating ledgers.static interface
AsyncCallback.DeleteCallback
Async Callback for deleting ledgers.static interface
AsyncCallback.IsClosedCallback
Async Callback for checking if a ledger is closed.static interface
AsyncCallback.OpenCallback
Async Callback for opening ledgers.static interface
AsyncCallback.ReadCallback
Async Callback for reading entries from ledgers.static interface
AsyncCallback.ReadLastConfirmedAndEntryCallback
Async Callback for long polling read request.static interface
AsyncCallback.ReadLastConfirmedCallback
Async Callback for reading LAC for ledgers.static interface
AsyncCallback.RecoverCallback
Async Callback for recovering ledgers.interface
EnsemblePlacementPolicy
EnsemblePlacementPolicy
encapsulates the algorithm that bookkeeper client uses to select a number of bookies from the cluster as an ensemble for storing entries. -
Uses of InterfaceAudience.Public in org.apache.bookkeeper.client.api
Classes in org.apache.bookkeeper.client.api with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
BKException
Super class for all errors which occur using BookKeeper client.interface
BookKeeper
This is the entry point for BookKeeper client side API.interface
BookKeeperBuilder
BookKeeper Client Builder to build client instances.interface
CreateAdvBuilder
Builder-style interface to create new ledgers.interface
CreateBuilder
Builder-style interface to create new ledgers.interface
DeleteBuilder
Builder-style interface to delete exiting ledgers.class
DigestType
Digest type.interface
ForceableHandle
Provide the ability to enforce durability guarantees to the writer.interface
Handle
Handle to manage an open ledger.interface
LedgerEntry
An entry in a ledger.interface
ListLedgersResultBuilder
Builder-style interface to list exiting ledgers.interface
OpBuilder<T>
Base interface for builders.interface
OpenBuilder
Builder-style interface to open exiting ledgers.interface
ReadHandle
Provide read access to a ledger.interface
WriteAdvHandle
Provide write access to a ledger.interface
WriteHandle
Provide write access to a ledger. -
Uses of InterfaceAudience.Public in org.apache.bookkeeper.common.annotation
Classes in org.apache.bookkeeper.common.annotation with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
InterfaceAudience
Annotation to inform users of a package, class or method's intended audience.class
InterfaceStability
Annotation to inform users of how much to rely on a particular package, class or method not changing over time. -
Uses of InterfaceAudience.Public in org.apache.bookkeeper.common.conf
Classes in org.apache.bookkeeper.common.conf with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
ConfigKey
A configuration key in a configuration.class
ConfigKeyGroup
Define a group of configuration settings.class
Type
Config key types.interface
Validator
Validator that validates configuration settings. -
Uses of InterfaceAudience.Public in org.apache.bookkeeper.common.net
Classes in org.apache.bookkeeper.common.net with annotations of type InterfaceAudience.Public Modifier and Type Class Description class
ServiceURI
ServiceURI represents service uri within bookkeeper cluster. -
Uses of InterfaceAudience.Public in org.apache.bookkeeper.conf
Classes in org.apache.bookkeeper.conf with annotations of type InterfaceAudience.Public Modifier and Type Interface Description interface
Configurable
Class that may be configured with aConfiguration
.
-