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

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

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

Methods in org.apache.accumulo.core.data.thrift that return TCMResult
 TCMResult TCMResult.deepCopy()
           
 TCMResult TCMResult.setCmid(long cmid)
           
 TCMResult TCMResult.setStatus(TCMStatus status)
           
 

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

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

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

Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TCMResult
 List<TCMResult> TabletClientService.conditionalUpdate_result.success
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TCMResult
 List<TCMResult> TabletClientService.Iface.conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)
           
 List<TCMResult> TabletClientService.Client.conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)
           
 List<TCMResult> TabletClientService.AsyncClient.conditionalUpdate_call.getResult()
           
 org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> TabletClientService.AsyncProcessor.conditionalUpdate.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
           
 List<TCMResult> TabletClientService.conditionalUpdate_result.getSuccess()
           
 Iterator<TCMResult> TabletClientService.conditionalUpdate_result.getSuccessIterator()
           
 List<TCMResult> TabletClientService.Client.recv_conditionalUpdate()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TCMResult
 void TabletClientService.conditionalUpdate_result.addToSuccess(TCMResult elem)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TCMResult
 TabletClientService.conditionalUpdate_result TabletClientService.conditionalUpdate_result.setSuccess(List<TCMResult> success)
           
 void TabletClientService.AsyncProcessor.conditionalUpdate.start(I iface, TabletClientService.conditionalUpdate_args args, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler)
           
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TCMResult
TabletClientService.conditionalUpdate_result(List<TCMResult> success, NoSuchScanIDException nssi)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.