@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiRollingUpgradeClusterArgs extends Object
Constructor and Description |
---|
ApiRollingUpgradeClusterArgs() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BigDecimal |
getSlaveBatchSize()
Number of slave roles to restart at a time.
|
BigDecimal |
getSlaveFailCountThreshold()
The threshold for number of slave batches that are allowed to fail to restart before the entire command is considered failed.
|
BigDecimal |
getSleepSeconds()
Number of seconds to sleep between restarts of slave role batches.
|
int |
hashCode() |
void |
setSlaveBatchSize(BigDecimal slaveBatchSize) |
void |
setSlaveFailCountThreshold(BigDecimal slaveFailCountThreshold) |
void |
setSleepSeconds(BigDecimal sleepSeconds) |
ApiRollingUpgradeClusterArgs |
slaveBatchSize(BigDecimal slaveBatchSize) |
ApiRollingUpgradeClusterArgs |
slaveFailCountThreshold(BigDecimal slaveFailCountThreshold) |
ApiRollingUpgradeClusterArgs |
sleepSeconds(BigDecimal sleepSeconds) |
String |
toString() |
public ApiRollingUpgradeClusterArgs slaveBatchSize(BigDecimal slaveBatchSize)
public BigDecimal getSlaveBatchSize()
public void setSlaveBatchSize(BigDecimal slaveBatchSize)
public ApiRollingUpgradeClusterArgs sleepSeconds(BigDecimal sleepSeconds)
public BigDecimal getSleepSeconds()
public void setSleepSeconds(BigDecimal sleepSeconds)
public ApiRollingUpgradeClusterArgs slaveFailCountThreshold(BigDecimal slaveFailCountThreshold)
public BigDecimal getSlaveFailCountThreshold()
public void setSlaveFailCountThreshold(BigDecimal slaveFailCountThreshold)
Copyright © 2019. All rights reserved.