Class HelixClusterSpectatorFactory

  • All Implemented Interfaces:
    com.github.ambry.clustermap.ClusterSpectatorFactory

    public class HelixClusterSpectatorFactory
    extends java.lang.Object
    implements com.github.ambry.clustermap.ClusterSpectatorFactory
    A factory to create ClusterSpectator object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.ambry.clustermap.ClusterSpectator getClusterSpectator​(com.github.ambry.config.CloudConfig cloudConfig, com.github.ambry.config.ClusterMapConfig clusterMapConfig)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HelixClusterSpectatorFactory

        public HelixClusterSpectatorFactory()
    • Method Detail

      • getClusterSpectator

        public com.github.ambry.clustermap.ClusterSpectator getClusterSpectator​(com.github.ambry.config.CloudConfig cloudConfig,
                                                                                com.github.ambry.config.ClusterMapConfig clusterMapConfig)
        Specified by:
        getClusterSpectator in interface com.github.ambry.clustermap.ClusterSpectatorFactory