Uses of Class
org.apache.accumulo.core.data.ConstraintViolationSummary
Packages that use ConstraintViolationSummary
-
Uses of ConstraintViolationSummary in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return types with arguments of type ConstraintViolationSummaryConstructor parameters in org.apache.accumulo.core.client with type arguments of type ConstraintViolationSummaryModifierConstructorDescriptionMutationsRejectedException
(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)