Uses of Class
com.google.cloud.bigtable.data.v2.models.RowMutationEntry
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of RowMutationEntry in com.google.cloud.bigtable.data.v2
Modifier and TypeMethodDescriptioncom.google.api.gax.batching.Batcher<RowMutationEntry,
Void> BigtableDataClient.newBulkMutationBatcher
(String tableId) Mutates multiple rows in a batch.com.google.api.gax.batching.Batcher<RowMutationEntry,
Void> BigtableDataClient.newBulkMutationBatcher
(String tableId, com.google.api.gax.grpc.GrpcCallContext ctx) Mutates multiple rows in a batch. -
Uses of RowMutationEntry in com.google.cloud.bigtable.data.v2.models
Modifier and TypeMethodDescriptionstatic RowMutationEntry
RowMutationEntry.create
(com.google.protobuf.ByteString key) Creates a new instance of the mutation builder.static RowMutationEntry
Creates a new instance of the mutation builder.static RowMutationEntry
RowMutationEntry.createFromMutationUnsafe
(com.google.protobuf.ByteString key, Mutation mutation) Creates a new instance from existing mutation.static RowMutationEntry
RowMutationEntry.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.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()
Modifier and TypeMethodDescriptionBulkMutation.add
(RowMutationEntry entry) Add mutation for a particular row.