Uses of Interface
com.google.bigtable.admin.v2.GcRuleOrBuilder
-
Uses of GcRuleOrBuilder in com.google.bigtable.admin.v2
Classes in com.google.bigtable.admin.v2 that implement GcRuleOrBuilderModifier and TypeClassDescriptionfinal classRule for determining which cells to delete during garbage collection.static final classRule for determining which cells to delete during garbage collection.Methods in com.google.bigtable.admin.v2 that return GcRuleOrBuilderModifier and TypeMethodDescriptionColumnFamily.Builder.getGcRuleOrBuilder()Garbage collection rule specified as a protobuf.ColumnFamily.getGcRuleOrBuilder()Garbage collection rule specified as a protobuf.ColumnFamilyOrBuilder.getGcRuleOrBuilder()Garbage collection rule specified as a protobuf.GcRule.Intersection.Builder.getRulesOrBuilder(int index) Only delete cells which would be deleted by every element of `rules`.GcRule.Intersection.getRulesOrBuilder(int index) Only delete cells which would be deleted by every element of `rules`.GcRule.IntersectionOrBuilder.getRulesOrBuilder(int index) Only delete cells which would be deleted by every element of `rules`.GcRule.Union.Builder.getRulesOrBuilder(int index) Delete cells which would be deleted by any element of `rules`.GcRule.Union.getRulesOrBuilder(int index) Delete cells which would be deleted by any element of `rules`.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 GcRuleOrBuilderModifier and TypeMethodDescriptionList<? 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`.