| Package | Description |
|---|---|
| com.google.cloud.bigtable.data.v2 |
A client to Cloud Bigtable API.
|
| com.google.cloud.bigtable.data.v2.models | |
| com.google.cloud.bigtable.data.v2.stub | |
| com.google.cloud.bigtable.data.v2.stub.mutaterows |
Implementation details for
EnhancedBigtableStub.bulkMutateRowsCallable(). |
| 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.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
UnaryCallable<BulkMutation,Void> |
EnhancedBigtableStub.bulkMutateRowsCallable()
Returns the callable chain created in
EnhancedBigtableStub.createBulkMutateRowsCallable() ()} during stub
construction. |
| Modifier and Type | Method and Description |
|---|---|
ApiFuture<Void> |
BulkMutateRowsUserFacingCallable.futureCall(BulkMutation request,
ApiCallContext context) |
Copyright © 2019 Google LLC. All rights reserved.