Uses of Class
org.apache.bookkeeper.common.annotation.InterfaceStability.Stable
-
Packages that use InterfaceStability.Stable Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.common.annotation Annotations used across the whole project.org.apache.bookkeeper.conf Configurations used by bookkeeper. -
-
Uses of InterfaceStability.Stable in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client with annotations of type InterfaceStability.Stable 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.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. -
Uses of InterfaceStability.Stable in org.apache.bookkeeper.common.annotation
Classes in org.apache.bookkeeper.common.annotation with annotations of type InterfaceStability.Stable 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 InterfaceStability.Stable in org.apache.bookkeeper.conf
Classes in org.apache.bookkeeper.conf with annotations of type InterfaceStability.Stable Modifier and Type Interface Description interfaceConfigurableClass that may be configured with aConfiguration.
-