Uses of Class
com.google.bigtable.v2.Mutation.MergeToCell.Builder
-
Uses of Mutation.MergeToCell.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Mutation.MergeToCell.BuilderModifier and TypeMethodDescriptionMutation.MergeToCell.Builder.clear()Mutation.MergeToCell.Builder.clearColumnQualifier()The qualifier of the column into which new data should be added.Mutation.MergeToCell.Builder.clearFamilyName()The name of the `Aggregate` family into which new data should be added.Mutation.MergeToCell.Builder.clearInput()The input value to be merged into the specified cell.Mutation.MergeToCell.Builder.clearTimestamp()The timestamp of the cell to which new data should be added.Mutation.Builder.getMergeToCellBuilder()Merges accumulated state to an `Aggregate` cell.Mutation.MergeToCell.Builder.mergeColumnQualifier(Value value) The qualifier of the column into which new data should be added.Mutation.MergeToCell.Builder.mergeFrom(Mutation.MergeToCell other) Mutation.MergeToCell.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mutation.MergeToCell.Builder.mergeFrom(com.google.protobuf.Message other) Mutation.MergeToCell.Builder.mergeInput(Value value) The input value to be merged into the specified cell.Mutation.MergeToCell.Builder.mergeTimestamp(Value value) The timestamp of the cell to which new data should be added.static Mutation.MergeToCell.BuilderMutation.MergeToCell.newBuilder()static Mutation.MergeToCell.BuilderMutation.MergeToCell.newBuilder(Mutation.MergeToCell prototype) Mutation.MergeToCell.newBuilderForType()protected Mutation.MergeToCell.BuilderMutation.MergeToCell.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Mutation.MergeToCell.Builder.setColumnQualifier(Value value) The qualifier of the column into which new data should be added.Mutation.MergeToCell.Builder.setColumnQualifier(Value.Builder builderForValue) The qualifier of the column into which new data should be added.Mutation.MergeToCell.Builder.setFamilyName(String value) The name of the `Aggregate` family into which new data should be added.Mutation.MergeToCell.Builder.setFamilyNameBytes(com.google.protobuf.ByteString value) The name of the `Aggregate` family into which new data should be added.The input value to be merged into the specified cell.Mutation.MergeToCell.Builder.setInput(Value.Builder builderForValue) The input value to be merged into the specified cell.Mutation.MergeToCell.Builder.setTimestamp(Value value) The timestamp of the cell to which new data should be added.Mutation.MergeToCell.Builder.setTimestamp(Value.Builder builderForValue) The timestamp of the cell to which new data should be added.Mutation.MergeToCell.toBuilder()Methods in com.google.bigtable.v2 with parameters of type Mutation.MergeToCell.BuilderModifier and TypeMethodDescriptionMutation.Builder.setMergeToCell(Mutation.MergeToCell.Builder builderForValue) Merges accumulated state to an `Aggregate` cell.