Class StaticClusterInfoProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      StaticClusterInfoProvider​(java.util.Set<java.lang.String> clusterNames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVeniceCluster​(java.lang.String storeName)
      Get the associated Venice cluster name given a Venice store name.
      • Methods inherited from class java.lang.Object

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

      • StaticClusterInfoProvider

        public StaticClusterInfoProvider​(java.util.Set<java.lang.String> clusterNames)
    • Method Detail

      • getVeniceCluster

        public java.lang.String getVeniceCluster​(java.lang.String storeName)
        Description copied from interface: ClusterInfoProvider
        Get the associated Venice cluster name given a Venice store name.
        Specified by:
        getVeniceCluster in interface ClusterInfoProvider
        Returns:
        the cluster name that the store belongs to or null if such information cannot be provided.