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.commands   
 

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.deepCopy()
           
 ConstraintViolationException TabletClientService.update_result.getCve()
           
 ConstraintViolationException ConstraintViolationException.setViolationSummaries(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.AsyncClient.update_call.getResult()
           
 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.commands
 

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



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