Package com.linkedin.venice.meta
Class RoutersClusterConfig
java.lang.Object
com.linkedin.venice.meta.RoutersClusterConfig
Cluster level metadata for all routers.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
hashCode()
boolean
boolean
void
setExpectedRouterCount
(int expectedRouterCount) void
setMaxCapacityProtectionEnabled
(boolean maxCapacityProtectionEnabled) void
setThrottlingEnabled
(boolean throttlingEnabled)
-
Constructor Details
-
RoutersClusterConfig
public RoutersClusterConfig()
-
-
Method Details
-
getExpectedRouterCount
public int getExpectedRouterCount() -
setExpectedRouterCount
public void setExpectedRouterCount(int expectedRouterCount) -
isThrottlingEnabled
public boolean isThrottlingEnabled() -
setThrottlingEnabled
public void setThrottlingEnabled(boolean throttlingEnabled) -
isMaxCapacityProtectionEnabled
public boolean isMaxCapacityProtectionEnabled() -
setMaxCapacityProtectionEnabled
public void setMaxCapacityProtectionEnabled(boolean maxCapacityProtectionEnabled) -
equals
-
hashCode
public int hashCode() -
cloneRoutesClusterConfig
-