Class D2ServiceDiscoveryResponseV2
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.D2ServiceDiscoveryResponse
-
- com.linkedin.venice.controllerapi.D2ServiceDiscoveryResponseV2
-
@Deprecated public class D2ServiceDiscoveryResponseV2 extends D2ServiceDiscoveryResponse
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
D2_SERVICE_DISCOVERY_RESPONSE_V2_ENABLED
Deprecated.
-
Constructor Summary
Constructors Constructor Description D2ServiceDiscoveryResponseV2()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toString()
Deprecated.-
Methods inherited from class com.linkedin.venice.controllerapi.D2ServiceDiscoveryResponse
getD2Service, getKafkaBootstrapServers, getServerD2Service, getZkAddress, setD2Service, setKafkaBootstrapServers, setServerD2Service, setZkAddress
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
-
-
-
Field Detail
-
D2_SERVICE_DISCOVERY_RESPONSE_V2_ENABLED
@Deprecated public static final java.lang.String D2_SERVICE_DISCOVERY_RESPONSE_V2_ENABLED
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classD2ServiceDiscoveryResponse
-
-