Uses of Annotation Interface
org.apache.bookkeeper.common.annotation.InterfaceStability.Stable
Packages that use InterfaceStability.Stable
Package
Description
BookKeeper Client.
Annotations used across the whole project.
Configurations used by bookkeeper.
-
Uses of InterfaceStability.Stable in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client with annotations of type InterfaceStability.StableModifier and TypeInterfaceDescriptioninterfaceDefines all the callback interfaces for the async operations in bookkeeper client.static interfaceAsync Callback for adding entries to ledgers.static interfaceAsync Callback for updating LAC for ledgers.static interfaceAsync Callback for closing ledgers.static interfaceAsync Callback for creating ledgers.static interfaceAsync Callback for deleting ledgers.static interfaceAsync Callback for checking if a ledger is closed.static interfaceAsync Callback for opening ledgers.static interfaceAsync Callback for reading entries from ledgers.static interfaceAsync Callback for long polling read request.static interfaceAsync Callback for reading LAC for ledgers.static interfaceAsync 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.StableModifier and TypeClassDescriptionclassAnnotation to inform users of a package, class or method's intended audience.classAnnotation 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.StableModifier and TypeInterfaceDescriptioninterfaceClass that may be configured with aConfiguration.