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 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.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. -
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 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 InterfaceStability.Stable in org.apache.bookkeeper.conf
Classes in org.apache.bookkeeper.conf with annotations of type InterfaceStability.Stable Modifier and Type Interface Description interface
Configurable
Class that may be configured with aConfiguration
.
-