Package | Description |
---|---|
com.google.cloud.bigtable.data.v2 |
A client for the Cloud Bigtable data API.
|
com.google.cloud.bigtable.data.v2.models | |
com.google.cloud.bigtable.data.v2.stub.metrics |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.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(RowMutationEntry entry)
Add mutation for a particular row.
|
BulkMutation |
BulkMutation.add(String rowKey,
Mutation mutation)
Add mutation for a particular row.
|
BulkMutation |
BulkMutation.clone()
Creates a copy of
BulkMutation . |
static BulkMutation |
BulkMutation.create(String tableId) |
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<Void> |
MeasuredMutateRowsCallable.futureCall(BulkMutation request,
com.google.api.gax.rpc.ApiCallContext context) |
Constructor and Description |
---|
MeasuredMutateRowsCallable(com.google.api.gax.rpc.UnaryCallable<BulkMutation,Void> innerCallable,
String methodName,
io.opencensus.tags.Tagger tagger,
io.opencensus.stats.StatsRecorder stats,
com.google.api.core.ApiClock clock) |
Copyright © 2019 Google LLC. All rights reserved.