Class ColumnFamily (2.37.0)

public final class ColumnFamily

Wrapper for ColumnFamily protocol buffer object

Inheritance

Object > ColumnFamily

Static Methods

fromProto(String id, ColumnFamily proto)

public static ColumnFamily fromProto(String id, ColumnFamily proto)
Parameters
NameDescription
idString
protocom.google.bigtable.admin.v2.ColumnFamily
Returns
TypeDescription
ColumnFamily

Methods

equals(Object o)

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

getGCRule()

public GCRules.GCRule getGCRule()

Gets the GCRule configured for the column family.

Returns
TypeDescription
GCRules.GCRule

getId()

public String getId()

Gets the column family's id.

Returns
TypeDescription
String

getValueType()

public Type getValueType()
Returns
TypeDescription
Type

hasGCRule()

public boolean hasGCRule()

Returns true if a GCRule has been configured for the family.

Returns
TypeDescription
boolean

hasValueType()

public boolean hasValueType()
Returns
TypeDescription
boolean

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides