Package com.linkedin.venice.meta
Interface ReadOnlyLiveClusterConfigRepository
-
- All Superinterfaces:
VeniceResource
- All Known Subinterfaces:
ReadWriteLiveClusterConfigRepository
- All Known Implementing Classes:
HelixReadOnlyLiveClusterConfigRepository
,HelixReadWriteLiveClusterConfigRepository
public interface ReadOnlyLiveClusterConfigRepository extends VeniceResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveClusterConfig
getConfigs()
Get live cluster configs-
Methods inherited from interface com.linkedin.venice.VeniceResource
clear, refresh
-
-
-
-
Method Detail
-
getConfigs
LiveClusterConfig getConfigs()
Get live cluster configs- Returns:
-
-