Package | Description |
---|---|
com.google.cloud.bigtable.data.v2.models |
Modifier and Type | Method and Description |
---|---|
static MutateRowsException.FailedMutation |
MutateRowsException.FailedMutation.create(int index,
ApiException error)
This method is considered an internal implementation detail and not meant to be used by
applications.
|
Modifier and Type | Method and Description |
---|---|
List<MutateRowsException.FailedMutation> |
MutateRowsException.getFailedMutations()
Retrieve all of the failed mutations.
|
Constructor and Description |
---|
MutateRowsException(Throwable rpcError,
List<MutateRowsException.FailedMutation> failedMutations,
boolean retryable)
This constructor is considered an internal implementation detail and not meant to be used by
applications.
|
Copyright © 2019 Google LLC. All rights reserved.