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 interfaceAsyncCallback.AddCallbackWithLatencyAsync Callback for adding entries to ledgers with latency information.interfaceBookiesListenerListener for the available bookies changes.interfaceEnsemblePlacementPolicyEnsemblePlacementPolicyencapsulates the algorithm that bookkeeper client uses to select a number of bookies from the cluster as an ensemble for storing entries.interfaceITopologyAwareEnsemblePlacementPolicy<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 classServiceURIServiceURI 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 interfaceRegistrationClientA registration client, which the bookkeeper client will use to interact with registration service.interfaceRegistrationManagerRegistration 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 interfaceMetadataClientDriverDriver 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 classServerLifecycleComponentALifecycleComponentthat runs on a bookie server.
-