Send feedback
Interface UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus.StatsOrBuilder (0.43.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static interface UpgradeClusterStatus . ReadPoolInstancesUpgradeStageStatus . StatsOrBuilder extends MessageOrBuilder
Methods
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.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-06 UTC."],[],[]]