Uses of Class
org.apache.accumulo.core.data.ConstraintViolationSummary
-
Uses of ConstraintViolationSummary in org.apache.accumulo.core.client
ModifierConstructorDescriptionMutationsRejectedException
(List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Deprecated.MutationsRejectedException
(Instance instance, List<ConstraintViolationSummary> cvsList, HashMap<KeyExtent, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Deprecated.MutationsRejectedException
(Instance instance, List<ConstraintViolationSummary> cvsList, Map<TabletId, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)
MutationsRejectedException(Instance, List, Map, Collection, int, Throwable)