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
 java.util.List<TConstraintViolationSummary> UpdateErrors.violationSummaries
           
 

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

Methods in org.apache.accumulo.core.data.thrift that return types with arguments of type TConstraintViolationSummary
 java.util.List<TConstraintViolationSummary> UpdateErrors.getViolationSummaries()
           
 java.util.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(java.util.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(java.util.Map<TKeyExtent,java.lang.Long> failedExtents, java.util.List<TConstraintViolationSummary> violationSummaries, java.util.List<TKeyExtent> 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
 java.util.List<TConstraintViolationSummary> ConstraintViolationException.violationSummaries
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TConstraintViolationSummary
 java.util.List<TConstraintViolationSummary> ConstraintViolationException.getViolationSummaries()
           
 java.util.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(java.util.List<TConstraintViolationSummary> violationSummaries)
           
 

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



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