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 |
---|---|
UnaryCallable<BulkMutation,Void> |
BigtableDataClient.bulkMutationCallable()
Mutates multiple rows in a batch.
|
Modifier and Type | Method and Description |
---|---|
void |
BigtableDataClient.bulkMutateRows(BulkMutation mutation)
Convenience method to mutate multiple rows in a batch.
|
com.google.api.core.ApiFuture<Void> |
BigtableDataClient.bulkMutateRowsAsync(BulkMutation mutation)
Convenience method to mutate multiple rows in a batch.
|
Modifier and Type | Method and Description |
---|---|
BulkMutation |
BulkMutation.add(ByteString rowKey,
Mutation mutation)
Add mutation for a particular row.
|
BulkMutation |
BulkMutation.add(String rowKey,
Mutation mutation)
Add mutation for a particular row.
|
static BulkMutation |
BulkMutation.create(String tableId) |
Copyright © 2019 Google LLC. All rights reserved.