EnhancedBigtableStub.bulkMutateRowsCallable().See: Description
| Class | Description |
|---|---|
| BulkMutateRowsUserFacingCallable |
A callable to convert user-facing
BulkMutations to MutateRowsRequests. |
| MutateRowsBatchingDescriptor |
A custom implementation of a
BatchingDescriptor to split individual results in a MutateRowsException. |
| MutateRowsRetryingCallable |
A UnaryCallable wrapper around
MutateRowsAttemptCallable. |
| MutateRowsUserFacingCallable |
Simple wrapper for BulkMutations to wrap the request and response protobufs.
|
EnhancedBigtableStub.bulkMutateRowsCallable().
The implementation adapts gax's BatchingCallable to work with
Bigtable's MutateRows RPC. There are 3 customizations that are necessary:
BatchingCallable is designed
for UnaryCallables. This adapter spools the responses and
presents the results as if they came from a UnaryCallable.
This package is considered an internal implementation detail and is not meant to be used by applications directly.
Copyright © 2019 Google LLC. All rights reserved.