Uses of Interface
com.google.bigtable.v2.Mutation.DeleteFromRowOrBuilder
-
Packages that use Mutation.DeleteFromRowOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of Mutation.DeleteFromRowOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement Mutation.DeleteFromRowOrBuilder Modifier and Type Class Description static class
Mutation.DeleteFromRow
A Mutation which deletes all cells from the containing row.static class
Mutation.DeleteFromRow.Builder
A Mutation which deletes all cells from the containing row.Methods in com.google.bigtable.v2 that return Mutation.DeleteFromRowOrBuilder Modifier and Type Method Description Mutation.DeleteFromRowOrBuilder
Mutation.Builder. getDeleteFromRowOrBuilder()
Deletes cells from the entire row.Mutation.DeleteFromRowOrBuilder
Mutation. getDeleteFromRowOrBuilder()
Deletes cells from the entire row.Mutation.DeleteFromRowOrBuilder
MutationOrBuilder. getDeleteFromRowOrBuilder()
Deletes cells from the entire row.
-