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
 java.util.List<ConstraintViolationSummary> MutationsRejectedException.getConstraintViolationSummaries()
           
 

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

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
 java.util.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(java.util.List<ConstraintViolationSummary> cvsList)
           
 



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