Uses of Class
com.google.cloud.bigtable.data.v2.models.RowMutationEntry
Packages that use RowMutationEntry
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of RowMutationEntry in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type RowMutationEntryModifier and TypeMethodDescriptioncom.google.api.gax.batching.Batcher<RowMutationEntry,Void> BigtableDataClient.newBulkMutationBatcher(TargetId targetId) Mutates multiple rows in a batch on the specifiedTargetId.com.google.api.gax.batching.Batcher<RowMutationEntry,Void> BigtableDataClient.newBulkMutationBatcher(TargetId targetId, com.google.api.gax.grpc.GrpcCallContext ctx) Mutates multiple rows in a batch on the specifiedTargetId.com.google.api.gax.batching.Batcher<RowMutationEntry,Void> BigtableDataClient.newBulkMutationBatcher(String tableId) Deprecated.com.google.api.gax.batching.Batcher<RowMutationEntry,Void> BigtableDataClient.newBulkMutationBatcher(String tableId, com.google.api.gax.grpc.GrpcCallContext ctx) Deprecated.Please useBigtableDataClient.newBulkMutationBatcher(TargetId, GrpcCallContext)instead. -
Uses of RowMutationEntry in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return RowMutationEntryModifier and TypeMethodDescriptionstatic RowMutationEntryRowMutationEntry.create(com.google.protobuf.ByteString key) Creates a new instance of the mutation builder.static RowMutationEntryCreates a new instance of the mutation builder.static RowMutationEntryRowMutationEntry.createFromMutationUnsafe(com.google.protobuf.ByteString key, Mutation mutation) Creates a new instance from existing mutation.static RowMutationEntryRowMutationEntry.createUnsafe(com.google.protobuf.ByteString key) Creates new instance of mutation builder which allows server timestamp for setCell operations.RowMutationEntry.deleteCells(String familyName, com.google.protobuf.ByteString qualifier) Adds a mutation which deletes cells from the specified column.RowMutationEntry.deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange) Adds a mutation which deletes cells from the specified column, restricted to a given timestamp range.RowMutationEntry.deleteCells(String familyName, String qualifier) Adds a mutation which deletes cells from the specified column.RowMutationEntry.deleteFamily(String familyName) Adds a mutation which deletes all cells from the specified column family.RowMutationEntry.deleteRow()Adds a mutation which deletes all cells from the containing row.RowMutationEntry.mergeToCell(String familyName, Value qualifier, Value timestamp, Value input) RowMutationEntry.setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, long value) RowMutationEntry.setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, com.google.protobuf.ByteString value) Adds a mutation which sets the value of the specified cell.RowMutationEntry.setCell(String familyName, com.google.protobuf.ByteString qualifier, com.google.protobuf.ByteString value) Adds a mutation which sets the value of the specified cell.Adds a mutation which sets the value of the specified cell.Adds a mutation which sets the value of the specified cell.ChangeStreamMutation.toRowMutationEntry()Methods in com.google.cloud.bigtable.data.v2.models with parameters of type RowMutationEntryModifier and TypeMethodDescriptionBulkMutation.add(RowMutationEntry entry) Add mutation for a particular row.
BigtableDataClient.newBulkMutationBatcher(TargetId)instead.