Uses of Class
org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException
-
Packages that use ConstraintViolationException Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.tabletserver.thrift -
-
Uses of ConstraintViolationException in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that throw ConstraintViolationException Modifier and Type Method Description voidWriter. update(Mutation m) -
Uses of ConstraintViolationException in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as ConstraintViolationException Modifier and Type Field Description ConstraintViolationExceptionTabletClientService.update_result. cveMethods in org.apache.accumulo.core.tabletserver.thrift that return ConstraintViolationException Modifier and Type Method Description ConstraintViolationExceptionConstraintViolationException. deepCopy()ConstraintViolationExceptionTabletClientService.update_result. getCve()ConstraintViolationExceptionConstraintViolationException. setViolationSummaries(List<TConstraintViolationSummary> violationSummaries)Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ConstraintViolationException Modifier and Type Method Description intConstraintViolationException. compareTo(ConstraintViolationException other)booleanConstraintViolationException. equals(ConstraintViolationException that)TabletClientService.update_resultTabletClientService.update_result. setCve(ConstraintViolationException cve)Methods in org.apache.accumulo.core.tabletserver.thrift that throw ConstraintViolationException Modifier and Type Method Description VoidTabletClientService.AsyncClient.update_call. getResult()voidTabletClientService.Client. recv_update()voidTabletClientService.Client. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)voidTabletClientService.Iface. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ConstraintViolationException Constructor Description ConstraintViolationException(ConstraintViolationException other)Performs a deep copy on other.update_result(ThriftSecurityException sec, NotServingTabletException nste, ConstraintViolationException cve)
-