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 classMutation.SetCellA Mutation which sets the value of the specified cell.static classMutation.SetCell.BuilderA 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.SetCellOrBuilderMutation.Builder. getSetCellOrBuilder()Set a cell's value.Mutation.SetCellOrBuilderMutation. getSetCellOrBuilder()Set a cell's value.Mutation.SetCellOrBuilderMutationOrBuilder. getSetCellOrBuilder()Set a cell's value.
-