Class Table (2.14.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
NameDescription
protoTable
Returns
TypeDescription
Table

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getColumnFamilies()

public List<ColumnFamily> getColumnFamilies()
Returns
TypeDescription
List<ColumnFamily>

getId()

public String getId()

Gets the table's id.

Returns
TypeDescription
String

getInstanceId()

public String getInstanceId()

Gets the id of the instance that owns this Table.

Returns
TypeDescription
String

getReplicationStatesByClusterId()

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

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides