Uses of Class
org.apache.accumulo.core.data.thrift.TConstraintViolationSummary

Packages that use TConstraintViolationSummary
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.data   
org.apache.accumulo.core.data.thrift   
org.apache.accumulo.core.tabletserver.thrift   
 

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

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

Methods in org.apache.accumulo.core.client.impl with parameters of type TConstraintViolationSummary
 ConstraintViolationSummary Translator.TCVSTranslator.translate(TConstraintViolationSummary input)
           
 

Uses of TConstraintViolationSummary in org.apache.accumulo.core.data
 

Methods in org.apache.accumulo.core.data that return TConstraintViolationSummary
 TConstraintViolationSummary ConstraintViolationSummary.toThrift()
           
 

Constructors in org.apache.accumulo.core.data with parameters of type TConstraintViolationSummary
ConstraintViolationSummary(TConstraintViolationSummary tcvs)
           
 

Uses of TConstraintViolationSummary in org.apache.accumulo.core.data.thrift
 

Fields in org.apache.accumulo.core.data.thrift with type parameters of type TConstraintViolationSummary
 List<TConstraintViolationSummary> UpdateErrors.violationSummaries
           
 

Methods in org.apache.accumulo.core.data.thrift that return TConstraintViolationSummary
 TConstraintViolationSummary TConstraintViolationSummary.deepCopy()
           
 TConstraintViolationSummary TConstraintViolationSummary.setConstrainClass(String constrainClass)
           
 TConstraintViolationSummary TConstraintViolationSummary.setNumberOfViolatingMutations(long numberOfViolatingMutations)
           
 TConstraintViolationSummary TConstraintViolationSummary.setViolationCode(short violationCode)
           
 TConstraintViolationSummary TConstraintViolationSummary.setViolationDescription(String violationDescription)
           
 

Methods in org.apache.accumulo.core.data.thrift that return types with arguments of type TConstraintViolationSummary
 List<TConstraintViolationSummary> UpdateErrors.getViolationSummaries()
           
 Iterator<TConstraintViolationSummary> UpdateErrors.getViolationSummariesIterator()
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type TConstraintViolationSummary
 void UpdateErrors.addToViolationSummaries(TConstraintViolationSummary elem)
           
 int TConstraintViolationSummary.compareTo(TConstraintViolationSummary other)
           
 boolean TConstraintViolationSummary.equals(TConstraintViolationSummary that)
           
 

Method parameters in org.apache.accumulo.core.data.thrift with type arguments of type TConstraintViolationSummary
 UpdateErrors UpdateErrors.setViolationSummaries(List<TConstraintViolationSummary> violationSummaries)
           
 

Constructors in org.apache.accumulo.core.data.thrift with parameters of type TConstraintViolationSummary
TConstraintViolationSummary(TConstraintViolationSummary other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.core.data.thrift with type arguments of type TConstraintViolationSummary
UpdateErrors(Map<TKeyExtent,Long> failedExtents, List<TConstraintViolationSummary> violationSummaries, Map<TKeyExtent,SecurityErrorCode> authorizationFailures)
           
 

Uses of TConstraintViolationSummary in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TConstraintViolationSummary
 List<TConstraintViolationSummary> ConstraintViolationException.violationSummaries
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TConstraintViolationSummary
 List<TConstraintViolationSummary> ConstraintViolationException.getViolationSummaries()
           
 Iterator<TConstraintViolationSummary> ConstraintViolationException.getViolationSummariesIterator()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TConstraintViolationSummary
 void ConstraintViolationException.addToViolationSummaries(TConstraintViolationSummary elem)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConstraintViolationSummary
 ConstraintViolationException ConstraintViolationException.setViolationSummaries(List<TConstraintViolationSummary> violationSummaries)
           
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConstraintViolationSummary
ConstraintViolationException(List<TConstraintViolationSummary> violationSummaries)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.