Interface ClusterInfoProvider

All Known Implementing Classes:
NativeMetadataRepository, StaticClusterInfoProvider, ThinClientMetaStoreBasedRepository

public interface ClusterInfoProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the associated Venice cluster name given a Venice store name.
  • Method Details

    • getVeniceCluster

      String getVeniceCluster(String storeName)
      Get the associated Venice cluster name given a Venice store name.
      Returns:
      the cluster name that the store belongs to or null if such information cannot be provided.