| Package | Description |
|---|---|
| com.google.cloud.bigtable.data.v2 |
A client for the Cloud Bigtable data API.
|
| com.google.cloud.bigtable.data.v2.models |
| Modifier and Type | Method and Description |
|---|---|
com.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.
|
| Modifier and Type | Method and Description |
|---|---|
static RowMutationEntry |
RowMutationEntry.create(com.google.protobuf.ByteString key)
Creates a new instance of the mutation builder.
|
static RowMutationEntry |
RowMutationEntry.create(String key)
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 |
RowMutationEntry.deleteCells(String familyName,
com.google.protobuf.ByteString qualifier)
Adds a mutation which deletes cells from the specified column.
|
RowMutationEntry |
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 |
RowMutationEntry.deleteCells(String familyName,
String qualifier)
Adds a mutation which deletes cells from the specified column.
|
RowMutationEntry |
RowMutationEntry.deleteFamily(String familyName)
Adds a mutation which deletes all cells from the specified column family.
|
RowMutationEntry |
RowMutationEntry.deleteRow()
Adds a mutation which deletes all cells from the containing row.
|
RowMutationEntry |
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.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
long value) |
RowMutationEntry |
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 |
RowMutationEntry.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
long timestamp,
long value) |
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
long value) |
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
long timestamp,
long value) |
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
long timestamp,
String value)
Adds a mutation which sets the value of the specified cell.
|
RowMutationEntry |
RowMutationEntry.setCell(String familyName,
String qualifier,
String value)
Adds a mutation which sets the value of the specified cell.
|
RowMutationEntry |
ChangeStreamMutation.toRowMutationEntry() |
| Modifier and Type | Method and Description |
|---|---|
BulkMutation |
BulkMutation.add(RowMutationEntry entry)
Add mutation for a particular row.
|
Copyright © 2023 Google LLC. All rights reserved.