Reference documentation and code samples for the Cloud Bigtable V2 Client class ReplicationState.
Table replication states.
Protobuf type google.bigtable.admin.v2.Table.ClusterState.ReplicationState
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ Table \ ClusterStateMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_NOT_KNOWN
Value: 0
The replication state of the table is unknown in this cluster.
Generated from protobuf enum STATE_NOT_KNOWN = 0;
INITIALIZING
Value: 1
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.
Generated from protobuf enum INITIALIZING = 1;
PLANNED_MAINTENANCE
Value: 2
The table is temporarily unable to serve Data API requests from this cluster due to planned internal maintenance.
Generated from protobuf enum PLANNED_MAINTENANCE = 2;
UNPLANNED_MAINTENANCE
Value: 3
The table is temporarily unable to serve Data API requests from this cluster due to unplanned or emergency maintenance.
Generated from protobuf enum UNPLANNED_MAINTENANCE = 3;
READY
Value: 4
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.
Generated from protobuf enum READY = 4;
READY_OPTIMIZING
Value: 5
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.
Generated from protobuf enum READY_OPTIMIZING = 5;