Package com.linkedin.venice.routerapi
Class HybridStoreQuotaStatusResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.routerapi.HybridStoreQuotaStatusResponse
-
public class HybridStoreQuotaStatusResponse extends ControllerResponse
Hybrid store quota status response for a resource; this is a response that will be returned by Router.
-
-
Constructor Summary
Constructors Constructor Description HybridStoreQuotaStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HybridStoreQuotaStatus
getQuotaStatus()
void
setQuotaStatus(HybridStoreQuotaStatus quotaStatus)
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
-
-
-
Method Detail
-
getQuotaStatus
public HybridStoreQuotaStatus getQuotaStatus()
-
setQuotaStatus
public void setQuotaStatus(HybridStoreQuotaStatus quotaStatus)
-
-