Enum Cluster.State (2.5.3)

public enum Cluster.State extends Enum<Cluster.State> implements ProtocolMessageEnum

Possible states of a cluster.

Protobuf enum google.bigtable.admin.v2.Cluster.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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 = 2;

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.

CREATING = 2;

DISABLED

The cluster has no backing nodes. The data (tables) still exist, but no operations can be performed on the cluster.

DISABLED = 4;

DISABLED_VALUE

The cluster has no backing nodes. The data (tables) still exist, but no operations can be performed on the cluster.

DISABLED = 4;

READY

The cluster has been successfully created and is ready to serve requests.

READY = 1;

READY_VALUE

The cluster has been successfully created and is ready to serve requests.

READY = 1;

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 = 3;

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.

RESIZING = 3;

STATE_NOT_KNOWN

The state of the cluster could not be determined.

STATE_NOT_KNOWN = 0;

STATE_NOT_KNOWN_VALUE

The state of the cluster could not be determined.

STATE_NOT_KNOWN = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()