Uses of Class
com.google.cloud.bigtable.admin.v2.models.Table.ReplicationState
-
Packages that use Table.ReplicationState Package Description com.google.cloud.bigtable.admin.v2.models -
-
Uses of Table.ReplicationState in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Table.ReplicationState Modifier and Type Method Description static Table.ReplicationState
Table.ReplicationState. fromProto(Table.ClusterState.ReplicationState proto)
Wraps the protobuf.static Table.ReplicationState
Table.ReplicationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Table.ReplicationState[]
Table.ReplicationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigtable.admin.v2.models that return types with arguments of type Table.ReplicationState Modifier and Type Method Description Map<String,Table.ReplicationState>
Table. getReplicationStatesByClusterId()
-