Uses of Class
org.apache.bookkeeper.common.annotation.InterfaceStability.Evolving
-
Packages that use InterfaceStability.Evolving Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.common.net Classes for resolving service uris in bookkeeper.org.apache.bookkeeper.discover Classes related to service discovery.org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata.org.apache.bookkeeper.server.component The lifecycle components that run on a bookie server. -
-
Uses of InterfaceStability.Evolving in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client with annotations of type InterfaceStability.Evolving Modifier and Type Interface Description static interface
AsyncCallback.AddCallbackWithLatency
Async Callback for adding entries to ledgers with latency information.interface
BookiesListener
Listener for the available bookies changes.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.interface
ITopologyAwareEnsemblePlacementPolicy<T extends Node>
Interface for topology aware ensemble placement policy. -
Uses of InterfaceStability.Evolving in org.apache.bookkeeper.common.net
Classes in org.apache.bookkeeper.common.net with annotations of type InterfaceStability.Evolving Modifier and Type Class Description class
ServiceURI
ServiceURI represents service uri within bookkeeper cluster. -
Uses of InterfaceStability.Evolving in org.apache.bookkeeper.discover
Classes in org.apache.bookkeeper.discover with annotations of type InterfaceStability.Evolving Modifier and Type Interface Description interface
RegistrationClient
A registration client, which the bookkeeper client will use to interact with registration service.interface
RegistrationManager
Registration manager interface, which a bookie server will use to do the registration process. -
Uses of InterfaceStability.Evolving in org.apache.bookkeeper.meta
Classes in org.apache.bookkeeper.meta with annotations of type InterfaceStability.Evolving Modifier and Type Interface Description interface
MetadataClientDriver
Driver to manage all the metadata managers required by a bookkeeper client. -
Uses of InterfaceStability.Evolving in org.apache.bookkeeper.server.component
Classes in org.apache.bookkeeper.server.component with annotations of type InterfaceStability.Evolving Modifier and Type Class Description class
ServerLifecycleComponent
ALifecycleComponent
that runs on a bookie server.
-