Uses of Interface
com.google.bigtable.admin.v2.GcRuleOrBuilder
-
Packages that use GcRuleOrBuilder Package Description com.google.bigtable.admin.v2 -
-
Uses of GcRuleOrBuilder in com.google.bigtable.admin.v2
Classes in com.google.bigtable.admin.v2 that implement GcRuleOrBuilder Modifier and Type Class Description class
GcRule
Rule for determining which cells to delete during garbage collection.static class
GcRule.Builder
Rule for determining which cells to delete during garbage collection.Methods in com.google.bigtable.admin.v2 that return GcRuleOrBuilder Modifier and Type Method Description GcRuleOrBuilder
ColumnFamily.Builder. getGcRuleOrBuilder()
Garbage collection rule specified as a protobuf.GcRuleOrBuilder
ColumnFamily. getGcRuleOrBuilder()
Garbage collection rule specified as a protobuf.GcRuleOrBuilder
ColumnFamilyOrBuilder. getGcRuleOrBuilder()
Garbage collection rule specified as a protobuf.GcRuleOrBuilder
GcRule.Intersection.Builder. getRulesOrBuilder(int index)
Only delete cells which would be deleted by every element of `rules`.GcRuleOrBuilder
GcRule.Intersection. getRulesOrBuilder(int index)
Only delete cells which would be deleted by every element of `rules`.GcRuleOrBuilder
GcRule.IntersectionOrBuilder. getRulesOrBuilder(int index)
Only delete cells which would be deleted by every element of `rules`.GcRuleOrBuilder
GcRule.Union.Builder. getRulesOrBuilder(int index)
Delete cells which would be deleted by any element of `rules`.GcRuleOrBuilder
GcRule.Union. getRulesOrBuilder(int index)
Delete cells which would be deleted by any element of `rules`.GcRuleOrBuilder
GcRule.UnionOrBuilder. getRulesOrBuilder(int index)
Delete cells which would be deleted by any element of `rules`.Methods in com.google.bigtable.admin.v2 that return types with arguments of type GcRuleOrBuilder Modifier and Type Method Description List<? extends GcRuleOrBuilder>
GcRule.Intersection.Builder. getRulesOrBuilderList()
Only delete cells which would be deleted by every element of `rules`.List<? extends GcRuleOrBuilder>
GcRule.Intersection. getRulesOrBuilderList()
Only delete cells which would be deleted by every element of `rules`.List<? extends GcRuleOrBuilder>
GcRule.IntersectionOrBuilder. getRulesOrBuilderList()
Only delete cells which would be deleted by every element of `rules`.List<? extends GcRuleOrBuilder>
GcRule.Union.Builder. getRulesOrBuilderList()
Delete cells which would be deleted by any element of `rules`.List<? extends GcRuleOrBuilder>
GcRule.Union. getRulesOrBuilderList()
Delete cells which would be deleted by any element of `rules`.List<? extends GcRuleOrBuilder>
GcRule.UnionOrBuilder. getRulesOrBuilderList()
Delete cells which would be deleted by any element of `rules`.
-