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 interfaceAsyncCallbackDefines all the callback interfaces for the async operations in bookkeeper client.static interfaceAsyncCallback.AddCallbackAsync Callback for adding entries to ledgers.static interfaceAsyncCallback.AddCallbackWithLatencyAsync Callback for adding entries to ledgers with latency information.static interfaceAsyncCallback.AddLacCallbackAsync Callback for updating LAC for ledgers.static interfaceAsyncCallback.CloseCallbackAsync Callback for closing ledgers.static interfaceAsyncCallback.CreateCallbackAsync Callback for creating ledgers.static interfaceAsyncCallback.DeleteCallbackAsync Callback for deleting ledgers.static interfaceAsyncCallback.IsClosedCallbackAsync Callback for checking if a ledger is closed.static interfaceAsyncCallback.OpenCallbackAsync Callback for opening ledgers.static interfaceAsyncCallback.ReadCallbackAsync Callback for reading entries from ledgers.static interfaceAsyncCallback.ReadLastConfirmedAndEntryCallbackAsync Callback for long polling read request.static interfaceAsyncCallback.ReadLastConfirmedCallbackAsync Callback for reading LAC for ledgers.static interfaceAsyncCallback.RecoverCallbackAsync Callback for recovering ledgers.interfaceEnsemblePlacementPolicyEnsemblePlacementPolicyencapsulates 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 classBKExceptionSuper class for all errors which occur using BookKeeper client.interfaceBookKeeperThis is the entry point for BookKeeper client side API.interfaceBookKeeperBuilderBookKeeper Client Builder to build client instances.interfaceCreateAdvBuilderBuilder-style interface to create new ledgers.interfaceCreateBuilderBuilder-style interface to create new ledgers.interfaceDeleteBuilderBuilder-style interface to delete exiting ledgers.classDigestTypeDigest type.interfaceForceableHandleProvide the ability to enforce durability guarantees to the writer.interfaceHandleHandle to manage an open ledger.interfaceLedgerEntryAn entry in a ledger.interfaceListLedgersResultBuilderBuilder-style interface to list exiting ledgers.interfaceOpBuilder<T>Base interface for builders.interfaceOpenBuilderBuilder-style interface to open exiting ledgers.interfaceReadHandleProvide read access to a ledger.interfaceWriteAdvHandleProvide write access to a ledger.interfaceWriteHandleProvide 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 classInterfaceAudienceAnnotation to inform users of a package, class or method's intended audience.classInterfaceStabilityAnnotation 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 classConfigKeyA configuration key in a configuration.classConfigKeyGroupDefine a group of configuration settings.classTypeConfig key types.interfaceValidatorValidator 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 classServiceURIServiceURI 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 interfaceConfigurableClass that may be configured with aConfiguration.
-