Class Table (2.39.2)

public final class Table

Wrapper for Table protocol buffer object

Inheritance

Object > Table

Static Methods

fromProto(Table proto)

public static Table fromProto(Table proto)
Parameter
Name Description
proto com.google.bigtable.admin.v2.Table
Returns
Type Description
Table

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getChangeStreamRetention()

public Duration getChangeStreamRetention()
Returns
Type Description
org.threeten.bp.Duration

getColumnFamilies()

public List<ColumnFamily> getColumnFamilies()
Returns
Type Description
List<ColumnFamily>

getId()

public String getId()

Gets the table's id.

Returns
Type Description
String

getInstanceId()

public String getInstanceId()

Gets the id of the instance that owns this Table.

Returns
Type Description
String

getReplicationStatesByClusterId()

public Map<String,Table.ReplicationState> getReplicationStatesByClusterId()
Returns
Type Description
Map<String,ReplicationState>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides