Class StaticVcrClusterFactory

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

    public class StaticVcrClusterFactory
    extends java.lang.Object
    implements com.github.ambry.clustermap.VirtualReplicatorClusterFactory
    StaticVcrClusterFactory to generate VCR Cluster for static partition assignment.
    • Constructor Summary

      Constructors 
      Constructor Description
      StaticVcrClusterFactory​(com.github.ambry.config.CloudConfig cloudConfig, com.github.ambry.config.ClusterMapConfig clusterMapConfig, com.github.ambry.clustermap.ClusterMap clusterMap, com.github.ambry.account.AccountService accountService, com.github.ambry.config.StoreConfig storeConfig, CloudDestination cloudDestination, com.codahale.metrics.MetricRegistry metricRegistry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.ambry.clustermap.VirtualReplicatorCluster getVirtualReplicatorCluster()  
      • Methods inherited from class java.lang.Object

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

      • StaticVcrClusterFactory

        public StaticVcrClusterFactory​(com.github.ambry.config.CloudConfig cloudConfig,
                                       com.github.ambry.config.ClusterMapConfig clusterMapConfig,
                                       com.github.ambry.clustermap.ClusterMap clusterMap,
                                       com.github.ambry.account.AccountService accountService,
                                       com.github.ambry.config.StoreConfig storeConfig,
                                       CloudDestination cloudDestination,
                                       com.codahale.metrics.MetricRegistry metricRegistry)
    • Method Detail

      • getVirtualReplicatorCluster

        public com.github.ambry.clustermap.VirtualReplicatorCluster getVirtualReplicatorCluster()
        Specified by:
        getVirtualReplicatorCluster in interface com.github.ambry.clustermap.VirtualReplicatorClusterFactory