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