Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_args

Packages that use TabletClientService.startUpdate_args
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TabletClientService.startUpdate_args in org.apache.accumulo.core.tabletserver.thrift
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TabletClientService.startUpdate_args
 TabletClientService.startUpdate_args TabletClientService.startUpdate_args.deepCopy()
           
 TabletClientService.startUpdate_args TabletClientService.Processor.startUpdate.getEmptyArgsInstance()
           
 TabletClientService.startUpdate_args TabletClientService.AsyncProcessor.startUpdate.getEmptyArgsInstance()
           
 TabletClientService.startUpdate_args TabletClientService.startUpdate_args.setCredentials(TCredentials credentials)
           
 TabletClientService.startUpdate_args TabletClientService.startUpdate_args.setTinfo(TInfo tinfo)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletClientService.startUpdate_args
 int TabletClientService.startUpdate_args.compareTo(TabletClientService.startUpdate_args other)
           
 boolean TabletClientService.startUpdate_args.equals(TabletClientService.startUpdate_args that)
           
 TabletClientService.startUpdate_result TabletClientService.Processor.startUpdate.getResult(I iface, TabletClientService.startUpdate_args args)
           
 void TabletClientService.AsyncProcessor.startUpdate.start(I iface, TabletClientService.startUpdate_args args, org.apache.thrift.async.AsyncMethodCallback<Long> resultHandler)
           
 

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



Copyright © 2015 Apache Accumulo Project. All rights reserved.