Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TConstraintViolationSummary
-
-
Uses of TConstraintViolationSummary in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return TConstraintViolationSummary Modifier and Type Method Description TConstraintViolationSummaryTranslator.CVSTranslator. translate(ConstraintViolationSummary input)Methods in org.apache.accumulo.core.clientImpl with parameters of type TConstraintViolationSummary Modifier and Type Method Description ConstraintViolationSummaryTranslator.TCVSTranslator. translate(TConstraintViolationSummary input) -
Uses of TConstraintViolationSummary in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return TConstraintViolationSummary Modifier and Type Method Description TConstraintViolationSummaryConstraintViolationSummary. toThrift()Converts this summary to Thrift.Constructors in org.apache.accumulo.core.data with parameters of type TConstraintViolationSummary Constructor Description ConstraintViolationSummary(TConstraintViolationSummary tcvs)Creates a new summary from Thrift. -
Uses of TConstraintViolationSummary in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift with type parameters of type TConstraintViolationSummary Modifier and Type Field Description List<TConstraintViolationSummary>UpdateErrors. violationSummariesMethods in org.apache.accumulo.core.dataImpl.thrift that return TConstraintViolationSummary Modifier and Type Method Description TConstraintViolationSummaryTConstraintViolationSummary. deepCopy()TConstraintViolationSummaryTConstraintViolationSummary. setConstrainClass(String constrainClass)TConstraintViolationSummaryTConstraintViolationSummary. setNumberOfViolatingMutations(long numberOfViolatingMutations)TConstraintViolationSummaryTConstraintViolationSummary. setViolationCode(short violationCode)TConstraintViolationSummaryTConstraintViolationSummary. setViolationDescription(String violationDescription)Methods in org.apache.accumulo.core.dataImpl.thrift that return types with arguments of type TConstraintViolationSummary Modifier and Type Method Description List<TConstraintViolationSummary>UpdateErrors. getViolationSummaries()Iterator<TConstraintViolationSummary>UpdateErrors. getViolationSummariesIterator()Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TConstraintViolationSummary Modifier and Type Method Description voidUpdateErrors. addToViolationSummaries(TConstraintViolationSummary elem)intTConstraintViolationSummary. compareTo(TConstraintViolationSummary other)booleanTConstraintViolationSummary. equals(TConstraintViolationSummary that)Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TConstraintViolationSummary Modifier and Type Method Description UpdateErrorsUpdateErrors. setViolationSummaries(List<TConstraintViolationSummary> violationSummaries)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TConstraintViolationSummary Constructor Description TConstraintViolationSummary(TConstraintViolationSummary other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TConstraintViolationSummary Constructor Description 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 Modifier and Type Field Description List<TConstraintViolationSummary>ConstraintViolationException. violationSummariesMethods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TConstraintViolationSummary Modifier and Type Method Description List<TConstraintViolationSummary>ConstraintViolationException. getViolationSummaries()Iterator<TConstraintViolationSummary>ConstraintViolationException. getViolationSummariesIterator()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TConstraintViolationSummary Modifier and Type Method Description voidConstraintViolationException. addToViolationSummaries(TConstraintViolationSummary elem)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConstraintViolationSummary Modifier and Type Method Description ConstraintViolationExceptionConstraintViolationException. setViolationSummaries(List<TConstraintViolationSummary> violationSummaries)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConstraintViolationSummary Constructor Description ConstraintViolationException(List<TConstraintViolationSummary> violationSummaries)
-