Class ChildAwareResponse
java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.ChildAwareResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setChildDataCenterControllerD2Map
(Map<String, String> childDataCenterControllerD2Map) void
setChildDataCenterControllerUrlMap
(Map<String, String> childDataCenterControllerUrlMap) void
setD2ServiceName
(String d2ServiceName) toString()
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
Constructor Details
-
ChildAwareResponse
public ChildAwareResponse()
-
-
Method Details
-
getChildDataCenterControllerUrlMap
-
setChildDataCenterControllerUrlMap
-
getChildDataCenterControllerD2Map
-
setChildDataCenterControllerD2Map
-
getD2ServiceName
-
setD2ServiceName
-
toString
- Overrides:
toString
in classControllerResponse
-