public final class ColumnFamily extends Object
ColumnFamily protocol buffer object| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ColumnFamily |
fromProto(String id,
ColumnFamily proto) |
GCRules.GCRule |
getGCRule()
Gets the GCRule configured for the column family.
|
String |
getId()
Gets the column family's id.
|
Type |
getValueType() |
boolean |
hasGCRule()
Returns true if a GCRule has been configured for the family.
|
int |
hashCode() |
boolean |
hasValueType() |
String |
toString() |
@InternalApi public static ColumnFamily fromProto(String id, ColumnFamily proto)
public String getId()
public GCRules.GCRule getGCRule()
public Type getValueType()
public boolean hasGCRule()
public boolean hasValueType()
Copyright © 2026 Google LLC. All rights reserved.