Class MutationsRejectedException

All Implemented Interfaces:
Serializable

public class MutationsRejectedException extends AccumuloException
Communicate the failed mutations of a BatchWriter back to the client.
See Also:
  • Constructor Details

  • Method Details

    • getConstraintViolationSummaries

      public List<ConstraintViolationSummary> getConstraintViolationSummaries()
      Returns:
      the internal list of constraint violations
    • getSecurityErrorCodes

      public Map<TabletId,Set<SecurityErrorCode>> getSecurityErrorCodes()
      Returns:
      the internal mapping of TabletID to SecurityErrorCodes
    • getErrorServers

      public Collection<String> getErrorServers()
      Returns:
      A list of servers that had internal errors when mutations were written
    • getUnknownExceptions

      public int getUnknownExceptions()
      Returns:
      a count of unknown exceptions that occurred during processing