Module: Google::Bigtable::Admin::V2::Table::ClusterState::ReplicationState
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/table.rb
Overview
Table replication states.
Constant Summary collapse
- STATE_NOT_KNOWN =
The replication state of the table is unknown in this cluster.
0
- 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.
1
- PLANNED_MAINTENANCE =
The table is temporarily unable to serve Data API requests from this cluster due to planned internal maintenance.
2
- UNPLANNED_MAINTENANCE =
The table is temporarily unable to serve Data API requests from this cluster due to unplanned or emergency maintenance.
3
- 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.
4