Uses of Interface
com.google.bigtable.v2.Mutation.DeleteFromColumnOrBuilder
-
Packages that use Mutation.DeleteFromColumnOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of Mutation.DeleteFromColumnOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement Mutation.DeleteFromColumnOrBuilder Modifier and Type Class Description static classMutation.DeleteFromColumnA Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.static classMutation.DeleteFromColumn.BuilderA 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.DeleteFromColumnOrBuilder Modifier and Type Method Description Mutation.DeleteFromColumnOrBuilderMutation.Builder. getDeleteFromColumnOrBuilder()Deletes cells from a column.Mutation.DeleteFromColumnOrBuilderMutation. getDeleteFromColumnOrBuilder()Deletes cells from a column.Mutation.DeleteFromColumnOrBuilderMutationOrBuilder. getDeleteFromColumnOrBuilder()Deletes cells from a column.
-