Uses of Class
org.apache.accumulo.core.data.thrift.UpdateErrors

Packages that use UpdateErrors
org.apache.accumulo.core.data.thrift   
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of UpdateErrors in org.apache.accumulo.core.data.thrift
 

Methods in org.apache.accumulo.core.data.thrift that return UpdateErrors
 UpdateErrors UpdateErrors.deepCopy()
           
 UpdateErrors UpdateErrors.setAuthorizationFailures(List<TKeyExtent> authorizationFailures)
           
 UpdateErrors UpdateErrors.setFailedExtents(Map<TKeyExtent,Long> failedExtents)
           
 UpdateErrors UpdateErrors.setViolationSummaries(List<TConstraintViolationSummary> violationSummaries)
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type UpdateErrors
 int UpdateErrors.compareTo(UpdateErrors other)
           
 boolean UpdateErrors.equals(UpdateErrors that)
           
 

Constructors in org.apache.accumulo.core.data.thrift with parameters of type UpdateErrors
UpdateErrors(UpdateErrors other)
          Performs a deep copy on other.
 

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as UpdateErrors
 UpdateErrors TabletClientService.closeUpdate_result.success
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return UpdateErrors
 UpdateErrors TabletClientService.Iface.closeUpdate(TInfo tinfo, long updateID)
           
 UpdateErrors TabletClientService.Client.closeUpdate(TInfo tinfo, long updateID)
           
 UpdateErrors TabletClientService.AsyncClient.closeUpdate_call.getResult()
           
 UpdateErrors TabletClientService.closeUpdate_result.getSuccess()
           
 UpdateErrors TabletClientService.Client.recv_closeUpdate()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type UpdateErrors
 TabletClientService.closeUpdate_result TabletClientService.closeUpdate_result.setSuccess(UpdateErrors success)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type UpdateErrors
TabletClientService.closeUpdate_result(UpdateErrors success, NoSuchScanIDException nssi)
           
 



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