Uses of Class
org.apache.accumulo.core.data.ConstraintViolationSummary

Packages that use ConstraintViolationSummary
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
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
 List<ConstraintViolationSummary> MutationsRejectedException.getConstraintViolationSummaries()
           
 

Constructor parameters in org.apache.accumulo.core.client with type arguments of type ConstraintViolationSummary
MutationsRejectedException(List<ConstraintViolationSummary> cvsList, ArrayList<KeyExtent> af, Collection<String> serverSideErrors, int unknownErrors, Throwable cause)
           
 

Uses of ConstraintViolationSummary in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl that return ConstraintViolationSummary
 ConstraintViolationSummary Translator.TCVSTranslator.translate(TConstraintViolationSummary input)
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type ConstraintViolationSummary
 TConstraintViolationSummary Translator.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
 List<ConstraintViolationSummary> Violations.asList()
           
 

Methods in org.apache.accumulo.core.constraints with parameters of type ConstraintViolationSummary
 void Violations.add(ConstraintViolationSummary cvs)
           
 

Method parameters in org.apache.accumulo.core.constraints with type arguments of type ConstraintViolationSummary
 void Violations.add(List<ConstraintViolationSummary> cvsList)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.