public class MutateRowsRequestManager extends Object
BigtableDataClient.mutateRows(MutateRowsRequest) operations.| Modifier and Type | Class and Description |
|---|---|
static class |
MutateRowsRequestManager.ProcessingStatus |
| Constructor and Description |
|---|
MutateRowsRequestManager(RetryOptions retryOptions,
com.google.bigtable.v2.MutateRowsRequest originalRequest) |
| Modifier and Type | Method and Description |
|---|---|
com.google.bigtable.v2.MutateRowsResponse |
buildResponse() |
com.google.bigtable.v2.MutateRowsRequest |
getRetryRequest() |
void |
onMessage(com.google.bigtable.v2.MutateRowsResponse message)
Adds the content of the message to the
results. |
MutateRowsRequestManager.ProcessingStatus |
onOK()
This is called when all calls to
onMessage(MutateRowsResponse) are complete. |
public MutateRowsRequestManager(RetryOptions retryOptions, com.google.bigtable.v2.MutateRowsRequest originalRequest)
public void onMessage(com.google.bigtable.v2.MutateRowsResponse message)
results.public MutateRowsRequestManager.ProcessingStatus onOK()
onMessage(MutateRowsResponse) are complete.MutateRowsRequestManager.ProcessingStatus of the accumulated responses - success, invalid, retrable,
non-retryable.public com.google.bigtable.v2.MutateRowsRequest getRetryRequest()
public com.google.bigtable.v2.MutateRowsResponse buildResponse()
MutateRowsResponse built from the accumulation of all calls to
onMessage/onOK.