Class StoreHealthAuditResponse
java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.StoreHealthAuditResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setRegionPushDetails
(Map<String, RegionPushDetails> newRegionPushDetails) void
setRegionsWithStaleData
(ArrayList<String> regionsWithStaleData) toString()
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
Constructor Details
-
StoreHealthAuditResponse
public StoreHealthAuditResponse()
-
-
Method Details
-
getRegionsWithStaleData
-
setRegionsWithStaleData
-
getRegionPushDetails
-
setRegionPushDetails
-
toString
- Overrides:
toString
in classControllerResponse
-