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