Uses of Interface
org.apache.bookkeeper.client.ITopologyAwareEnsemblePlacementPolicy
Packages that use ITopologyAwareEnsemblePlacementPolicy
-
Uses of ITopologyAwareEnsemblePlacementPolicy in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement ITopologyAwareEnsemblePlacementPolicyModifier and TypeClassDescriptionclassA placement policy implementation use rack information for placing ensembles.classSimple rackware ensemble placement policy.classA placement policy use region information in the network topology for placing ensembles.(package private) classclassA placement policy implementation use zone information for placing ensembles.classSimple zoneaware ensemble placement policy.Methods in org.apache.bookkeeper.client with parameters of type ITopologyAwareEnsemblePlacementPolicyModifier and TypeMethodDescriptionvoidRackChangeNotifier.registerRackChangeListener(ITopologyAwareEnsemblePlacementPolicy<BookieNode> rackawarePolicy) Register a listener for the rack-aware placement policy.