public enum Cluster.State extends Enum<Cluster.State> implements ProtocolMessageEnum
Possible states of a cluster.
Protobuf enum google.bigtable.admin.v2.Cluster.State
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
CREATING | The cluster is currently being created, and may be destroyed if the creation process encounters an error. A cluster may not be able to serve requests while being created. |
CREATING_VALUE | The cluster is currently being created, and may be destroyed if the creation process encounters an error. A cluster may not be able to serve requests while being created. |
DISABLED | The cluster has no backing nodes. The data (tables) still exist, but no operations can be performed on the cluster. |
DISABLED_VALUE | The cluster has no backing nodes. The data (tables) still exist, but no operations can be performed on the cluster. |
READY | The cluster has been successfully created and is ready to serve requests. |
READY_VALUE | The cluster has been successfully created and is ready to serve requests. |
RESIZING | The cluster is currently being resized, and may revert to its previous node count if the process encounters an error. A cluster is still capable of serving requests while being resized, but may exhibit performance as if its number of allocated nodes is between the starting and requested states. |
RESIZING_VALUE | The cluster is currently being resized, and may revert to its previous node count if the process encounters an error. A cluster is still capable of serving requests while being resized, but may exhibit performance as if its number of allocated nodes is between the starting and requested states. |
STATE_NOT_KNOWN | The state of the cluster could not be determined. |
STATE_NOT_KNOWN_VALUE | The state of the cluster could not be determined. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |