Uses of Class
org.apache.accumulo.core.data.ConstraintViolationSummary
-
Packages that use ConstraintViolationSummary Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl org.apache.accumulo.core.constraints -
-
Uses of ConstraintViolationSummary in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return types with arguments of type ConstraintViolationSummary Modifier and Type Method Description List<ConstraintViolationSummary>MutationsRejectedException. getConstraintViolationSummaries()Constructor parameters in org.apache.accumulo.core.client with type arguments of type ConstraintViolationSummary Constructor Description MutationsRejectedException(AccumuloClient client, List<ConstraintViolationSummary> cvsList, Map<TabletId,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)Creates Mutations rejected exceptionMutationsRejectedException(Instance instance, List<ConstraintViolationSummary> cvsList, Map<TabletId,Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)Deprecated.since 2.0.0, replaced byMutationsRejectedException(AccumuloClient, List, Map, Collection, int, Throwable) -
Uses of ConstraintViolationSummary in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return ConstraintViolationSummary Modifier and Type Method Description ConstraintViolationSummaryTranslator.TCVSTranslator. translate(TConstraintViolationSummary input)Methods in org.apache.accumulo.core.clientImpl with parameters of type ConstraintViolationSummary Modifier and Type Method Description TConstraintViolationSummaryTranslator.CVSTranslator. translate(ConstraintViolationSummary input) -
Uses of ConstraintViolationSummary in org.apache.accumulo.core.constraints
Methods in org.apache.accumulo.core.constraints that return types with arguments of type ConstraintViolationSummary Modifier and Type Method Description List<ConstraintViolationSummary>Violations. asList()Gets the violations as a list of summaries.Methods in org.apache.accumulo.core.constraints with parameters of type ConstraintViolationSummary Modifier and Type Method Description voidViolations. add(ConstraintViolationSummary cvs)Adds a violation.Method parameters in org.apache.accumulo.core.constraints with type arguments of type ConstraintViolationSummary Modifier and Type Method Description voidViolations. add(List<ConstraintViolationSummary> cvsList)Adds a list of violations.
-