Uses of Class
com.google.cloud.bigtable.data.v2.models.MutateRowsException.FailedMutation
-
Uses of MutateRowsException.FailedMutation in com.google.cloud.bigtable.data.v2.models
Modifier and TypeMethodDescriptionMutateRowsException.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.Modifier and TypeMethodDescriptionMutateRowsException.getFailedMutations()
Retrieve all of the failed mutations.ModifierConstructorDescriptionMutateRowsException
(Throwable rpcError, List<MutateRowsException.FailedMutation> failedMutations, boolean retryable) This constructor is considered an internal implementation detail and not meant to be used by applications.