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 classGcRuleRule for determining which cells to delete during garbage collection.static classGcRule.BuilderRule for determining which cells to delete during garbage collection.Methods in com.google.bigtable.admin.v2 that return GcRuleOrBuilder Modifier and Type Method Description GcRuleOrBuilderColumnFamily.Builder. getGcRuleOrBuilder()Garbage collection rule specified as a protobuf.GcRuleOrBuilderColumnFamily. getGcRuleOrBuilder()Garbage collection rule specified as a protobuf.GcRuleOrBuilderColumnFamilyOrBuilder. getGcRuleOrBuilder()Garbage collection rule specified as a protobuf.GcRuleOrBuilderGcRule.Intersection.Builder. getRulesOrBuilder(int index)Only delete cells which would be deleted by every element of `rules`.GcRuleOrBuilderGcRule.Intersection. getRulesOrBuilder(int index)Only delete cells which would be deleted by every element of `rules`.GcRuleOrBuilderGcRule.IntersectionOrBuilder. getRulesOrBuilder(int index)Only delete cells which would be deleted by every element of `rules`.GcRuleOrBuilderGcRule.Union.Builder. getRulesOrBuilder(int index)Delete cells which would be deleted by any element of `rules`.GcRuleOrBuilderGcRule.Union. getRulesOrBuilder(int index)Delete cells which would be deleted by any element of `rules`.GcRuleOrBuilderGcRule.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`.
-