Uses of Class
com.google.cloud.bigtable.data.v2.models.MutateRowsException.FailedMutation
-
Packages that use MutateRowsException.FailedMutation Package Description com.google.cloud.bigtable.data.v2.models -
-
Uses of MutateRowsException.FailedMutation in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return MutateRowsException.FailedMutation Modifier and Type Method Description static MutateRowsException.FailedMutation
MutateRowsException.FailedMutation. create(int index, com.google.api.gax.rpc.ApiException error)
This method is considered an internal implementation detail and not meant to be used by applications.Methods in com.google.cloud.bigtable.data.v2.models that return types with arguments of type MutateRowsException.FailedMutation Modifier and Type Method Description List<MutateRowsException.FailedMutation>
MutateRowsException. getFailedMutations()
Retrieve all of the failed mutations.Constructor parameters in com.google.cloud.bigtable.data.v2.models with type arguments of type MutateRowsException.FailedMutation Constructor 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.
-