Uses of Class
org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException

Packages that use ConstraintViolationException
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.tabletserver.thrift   
org.apache.accumulo.core.util.shell   
 

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

Methods in org.apache.accumulo.core.client.impl that throw ConstraintViolationException
 void Writer.update(Mutation m)
           
 

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as ConstraintViolationException
 ConstraintViolationException TabletClientService.update_result.cve
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return ConstraintViolationException
 ConstraintViolationException ConstraintViolationException.clone()
          Deprecated. 
 ConstraintViolationException ConstraintViolationException.deepCopy()
           
 ConstraintViolationException TabletClientService.update_result.getCve()
           
 ConstraintViolationException ConstraintViolationException.setViolationSummaries(java.util.List<TConstraintViolationSummary> violationSummaries)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ConstraintViolationException
 int ConstraintViolationException.compareTo(ConstraintViolationException other)
           
 boolean ConstraintViolationException.equals(ConstraintViolationException that)
           
 TabletClientService.update_result TabletClientService.update_result.setCve(ConstraintViolationException cve)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that throw ConstraintViolationException
 void TabletClientService.Client.recv_update()
           
 void TabletClientService.Iface.update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void TabletClientService.Client.update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ConstraintViolationException
ConstraintViolationException(ConstraintViolationException other)
          Performs a deep copy on other.
TabletClientService.update_result(ThriftSecurityException sec, NotServingTabletException nste, ConstraintViolationException cve)
           
 

Uses of ConstraintViolationException in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that throw ConstraintViolationException
 int Shell.DeleteCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 int Shell.InsertCommand.execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 



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