public enum Cluster.State extends Enum<Cluster.State>
Static 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. |
DISABLED |
The cluster has no backing nodes. The data (tables) still exist, but no operations can be performed on the cluster. |
NOT_KNOWN |
The state of the cluster could not be determined. |
READY |
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. |
UNRECOGNIZED |
The state of the cluster is not known by this client. Please upgrade your client. |
Static Methods |
|
---|---|
Name | Description |
fromProto(Cluster.State proto) |
Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
toProto() |
Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications. |