Class Table
- java.lang.Object
-
- com.google.cloud.bigtable.admin.v2.models.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Table.ReplicationState
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static Table
fromProto(Table proto)
org.threeten.bp.Duration
getChangeStreamRetention()
List<ColumnFamily>
getColumnFamilies()
String
getId()
Gets the table's id.String
getInstanceId()
Gets the id of the instance that owns this Table.Map<String,Table.ReplicationState>
getReplicationStatesByClusterId()
int
hashCode()
-
-
-
Method Detail
-
getId
public String getId()
Gets the table's id.
-
getInstanceId
public String getInstanceId()
Gets the id of the instance that owns this Table.
-
getReplicationStatesByClusterId
public Map<String,Table.ReplicationState> getReplicationStatesByClusterId()
-
getColumnFamilies
public List<ColumnFamily> getColumnFamilies()
-
getChangeStreamRetention
public org.threeten.bp.Duration getChangeStreamRetention()
-
-