Class Table
- java.lang.Object
-
- com.google.cloud.bigtable.admin.v2.models.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTable.ReplicationState
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static TablefromProto(Table proto)org.threeten.bp.DurationgetChangeStreamRetention()List<ColumnFamily>getColumnFamilies()StringgetId()Gets the table's id.StringgetInstanceId()Gets the id of the instance that owns this Table.Map<String,Table.ReplicationState>getReplicationStatesByClusterId()inthashCode()
-
-
-
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()
-
-