Interface ColumnFamilyOrBuilder (2.14.0)

public interface ColumnFamilyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcRule()

public abstract GcRule getGcRule()

Garbage collection rule specified as a protobuf. Must serialize to at most 500 bytes. NOTE: Garbage collection executes opportunistically in the background, and so it's possible for reads to return a cell even if it matches the active GC expression for its family.

.google.bigtable.admin.v2.GcRule gc_rule = 1;

Returns
TypeDescription
GcRule

The gcRule.

getGcRuleOrBuilder()

public abstract GcRuleOrBuilder getGcRuleOrBuilder()

Garbage collection rule specified as a protobuf. Must serialize to at most 500 bytes. NOTE: Garbage collection executes opportunistically in the background, and so it's possible for reads to return a cell even if it matches the active GC expression for its family.

.google.bigtable.admin.v2.GcRule gc_rule = 1;

Returns
TypeDescription
GcRuleOrBuilder

hasGcRule()

public abstract boolean hasGcRule()

Garbage collection rule specified as a protobuf. Must serialize to at most 500 bytes. NOTE: Garbage collection executes opportunistically in the background, and so it's possible for reads to return a cell even if it matches the active GC expression for its family.

.google.bigtable.admin.v2.GcRule gc_rule = 1;

Returns
TypeDescription
boolean

Whether the gcRule field is set.