Uses of Class
com.google.cloud.bigtable.data.v2.models.MutateRowsException.FailedMutation
Packages that use MutateRowsException.FailedMutation
-
Uses of MutateRowsException.FailedMutation in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return MutateRowsException.FailedMutationModifier 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.Methods in com.google.cloud.bigtable.data.v2.models that return types with arguments of type MutateRowsException.FailedMutationModifier and TypeMethodDescriptionMutateRowsException.getFailedMutations()Retrieve all of the failed mutations.Method parameters in com.google.cloud.bigtable.data.v2.models with type arguments of type MutateRowsException.FailedMutationModifier and TypeMethodDescriptionstatic MutateRowsExceptionMutateRowsException.create(Throwable rpcError, List<MutateRowsException.FailedMutation> failedMutations, boolean retryable) This constructor is considered an internal implementation detail and not meant to be used by applications.