Package com.linkedin.venice.meta
Interface ClusterInfoProvider
- All Known Implementing Classes:
NativeMetadataRepository
,StaticClusterInfoProvider
,ThinClientMetaStoreBasedRepository
public interface ClusterInfoProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetVeniceCluster
(String storeName) Get the associated Venice cluster name given a Venice store name.
-
Method Details
-
getVeniceCluster
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.
-