Uses of Interface
com.google.bigtable.v2.Mutation.DeleteFromColumnOrBuilder
-
Uses of Mutation.DeleteFromColumnOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement Mutation.DeleteFromColumnOrBuilderModifier and TypeClassDescriptionstatic final classA Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.static final classA Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.Methods in com.google.bigtable.v2 that return Mutation.DeleteFromColumnOrBuilderModifier and TypeMethodDescriptionMutation.Builder.getDeleteFromColumnOrBuilder()Deletes cells from a column.Mutation.getDeleteFromColumnOrBuilder()Deletes cells from a column.MutationOrBuilder.getDeleteFromColumnOrBuilder()Deletes cells from a column.