Package cn.ucloud.udb.models
Class SetUDBRWSplittingRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.udb.models.SetUDBRWSplittingRequest
-
public class SetUDBRWSplittingRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description SetUDBRWSplittingRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDBIds()IntegergetDelayThreshold()StringgetMasterDBId()StringgetReadModel()List<String>getReadPercents()StringgetRegion()StringgetZone()IntegerloadMaxRetries()IntegerloadTimeout()voidsetDBIds(List<String> dbIds)voidsetDelayThreshold(Integer delayThreshold)voidsetMasterDBId(String masterDBId)voidsetReadModel(String readModel)voidsetReadPercents(List<String> readPercents)voidsetRegion(String region)voidsetZone(String zone)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getZone
public String getZone()
-
setZone
public void setZone(String zone)
-
getMasterDBId
public String getMasterDBId()
-
setMasterDBId
public void setMasterDBId(String masterDBId)
-
getReadModel
public String getReadModel()
-
setReadModel
public void setReadModel(String readModel)
-
getDelayThreshold
public Integer getDelayThreshold()
-
setDelayThreshold
public void setDelayThreshold(Integer delayThreshold)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-