public enum Table.ClusterState.ReplicationState extends Enum<Table.ClusterState.ReplicationState> implements ProtocolMessageEnum
Table replication states.
Protobuf enum google.bigtable.admin.v2.Table.ClusterState.ReplicationState
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
INITIALIZING | The cluster was recently created, and the table must finish copying over pre-existing data from other clusters before it can begin receiving live replication updates and serving Data API requests. |
INITIALIZING_VALUE | The cluster was recently created, and the table must finish copying over pre-existing data from other clusters before it can begin receiving live replication updates and serving Data API requests. |
PLANNED_MAINTENANCE | The table is temporarily unable to serve Data API requests from this cluster due to planned internal maintenance. |
PLANNED_MAINTENANCE_VALUE | The table is temporarily unable to serve Data API requests from this cluster due to planned internal maintenance. |
READY | The table can serve Data API requests from this cluster. Depending on replication delay, reads may not immediately reflect the state of the table in other clusters. |
READY_OPTIMIZING | The table is fully created and ready for use after a restore, and is
being optimized for performance. When optimizations are complete, the
table will transition to |
READY_OPTIMIZING_VALUE | The table is fully created and ready for use after a restore, and is
being optimized for performance. When optimizations are complete, the
table will transition to |
READY_VALUE | The table can serve Data API requests from this cluster. Depending on replication delay, reads may not immediately reflect the state of the table in other clusters. |
STATE_NOT_KNOWN | The replication state of the table is unknown in this cluster. |
STATE_NOT_KNOWN_VALUE | The replication state of the table is unknown in this cluster. |
UNPLANNED_MAINTENANCE | The table is temporarily unable to serve Data API requests from this cluster due to unplanned or emergency maintenance. |
UNPLANNED_MAINTENANCE_VALUE | The table is temporarily unable to serve Data API requests from this cluster due to unplanned or emergency maintenance. |
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() |