Uses of Interface
com.google.bigtable.v2.Mutation.SetCellOrBuilder
-
Packages that use Mutation.SetCellOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of Mutation.SetCellOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement Mutation.SetCellOrBuilder Modifier and Type Class Description static class
Mutation.SetCell
A Mutation which sets the value of the specified cell.static class
Mutation.SetCell.Builder
A Mutation which sets the value of the specified cell.Methods in com.google.bigtable.v2 that return Mutation.SetCellOrBuilder Modifier and Type Method Description Mutation.SetCellOrBuilder
Mutation.Builder. getSetCellOrBuilder()
Set a cell's value.Mutation.SetCellOrBuilder
Mutation. getSetCellOrBuilder()
Set a cell's value.Mutation.SetCellOrBuilder
MutationOrBuilder. getSetCellOrBuilder()
Set a cell's value.
-