public static interface UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus.StatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFailed()
public abstract int getFailed()
Number of read pool instances which failed to upgrade.
int32 failed = 4;
Returns | |
---|---|
Type | Description |
int |
The failed. |
getNotStarted()
public abstract int getNotStarted()
Number of read pool instances for which upgrade has not started.
int32 not_started = 1;
Returns | |
---|---|
Type | Description |
int |
The notStarted. |
getOngoing()
public abstract int getOngoing()
Number of read pool instances undergoing upgrade.
int32 ongoing = 2;
Returns | |
---|---|
Type | Description |
int |
The ongoing. |
getSuccess()
public abstract int getSuccess()
Number of read pool instances successfully upgraded.
int32 success = 3;
Returns | |
---|---|
Type | Description |
int |
The success. |