Class StorageEngineOverheadRatioResponse
java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.StorageEngineOverheadRatioResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
void
setStorageEngineOverheadRatio
(double storageEngineOverheadRatio) toString()
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
Constructor Details
-
StorageEngineOverheadRatioResponse
public StorageEngineOverheadRatioResponse()
-
-
Method Details
-
getStorageEngineOverheadRatio
public double getStorageEngineOverheadRatio() -
setStorageEngineOverheadRatio
public void setStorageEngineOverheadRatio(double storageEngineOverheadRatio) -
toString
- Overrides:
toString
in classControllerResponse
-