Class Table (2.52.0)

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

getAutomatedBackupPolicy()

public Table.AutomatedBackupPolicy getAutomatedBackupPolicy()

Returns the automated backup policy config.

Returns
Type Description
Table.AutomatedBackupPolicy

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

isAutomatedBackupEnabled()

public boolean isAutomatedBackupEnabled()

Returns whether this table has automated backups enabled.

Returns
Type Description
boolean

isDeletionProtected()

public boolean isDeletionProtected()

Returns whether this table is deletion protected.

Returns
Type Description
boolean