public enum Table.ReplicationState extends Enum<Table.ReplicationState>
Static 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. |
NOT_KNOWN |
The replication state of the table is unknown in this cluster. |
PLANNED_MAINTENANCE |
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 |
UNPLANNED_MAINTENANCE |
The table is temporarily unable to serve Data API requests from this cluster due to unplanned or emergency maintenance. |
UNRECOGNIZED |
The replication state of table is not known by this client. Please upgrade your client. |
Static Methods |
|
---|---|
Name | Description |
fromProto(Table.ClusterState.ReplicationState proto) |
Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
toProto() |
Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications. |