Enum Table.ClusterState.ReplicationState (2.14.0)

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

ProtocolMessageEnum

Static Fields

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

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.

INITIALIZING = 1;

PLANNED_MAINTENANCE

The table is temporarily unable to serve Data API requests from this cluster due to planned internal maintenance.

PLANNED_MAINTENANCE = 2;

PLANNED_MAINTENANCE_VALUE

The table is temporarily unable to serve Data API requests from this cluster due to planned internal maintenance.

PLANNED_MAINTENANCE = 2;

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

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 state.

READY_OPTIMIZING = 5;

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 state.

READY_OPTIMIZING = 5;

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.

READY = 4;

STATE_NOT_KNOWN

The replication state of the table is unknown in this cluster.

STATE_NOT_KNOWN = 0;

STATE_NOT_KNOWN_VALUE

The replication state of the table is unknown in this cluster.

STATE_NOT_KNOWN = 0;

UNPLANNED_MAINTENANCE

The table is temporarily unable to serve Data API requests from this cluster due to unplanned or emergency maintenance.

UNPLANNED_MAINTENANCE = 3;

UNPLANNED_MAINTENANCE_VALUE

The table is temporarily unable to serve Data API requests from this cluster due to unplanned or emergency maintenance.

UNPLANNED_MAINTENANCE = 3;

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()