Class ColumnFamily (2.39.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
Name Description
id String
proto com.google.bigtable.admin.v2.ColumnFamily
Returns
Type Description
ColumnFamily

Methods

equals(Object o)

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

getGCRule()

public GCRules.GCRule getGCRule()

Gets the GCRule configured for the column family.

Returns
Type Description
GCRules.GCRule

getId()

public String getId()

Gets the column family's id.

Returns
Type Description
String

getValueType()

public Type getValueType()
Returns
Type Description
Type

hasGCRule()

public boolean hasGCRule()

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

Returns
Type Description
boolean

hasValueType()

public boolean hasValueType()
Returns
Type Description
boolean

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides