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 class
Mutation.DeleteFromColumn
A Mutation which deletes cells from the specified column, optionally restricting the deletions to a given timestamp range.static class
Mutation.DeleteFromColumn.Builder
A 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.DeleteFromColumnOrBuilder
Mutation.Builder. getDeleteFromColumnOrBuilder()
Deletes cells from a column.Mutation.DeleteFromColumnOrBuilder
Mutation. getDeleteFromColumnOrBuilder()
Deletes cells from a column.Mutation.DeleteFromColumnOrBuilder
MutationOrBuilder. getDeleteFromColumnOrBuilder()
Deletes cells from a column.
-