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

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

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

Methods in org.apache.accumulo.core.tabletserver.thrift that return TabletClientService.closeScan_args
 TabletClientService.closeScan_args TabletClientService.closeScan_args.deepCopy()
           
 TabletClientService.closeScan_args TabletClientService.Processor.closeScan.getEmptyArgsInstance()
           
 TabletClientService.closeScan_args TabletClientService.AsyncProcessor.closeScan.getEmptyArgsInstance()
           
 TabletClientService.closeScan_args TabletClientService.closeScan_args.setScanID(long scanID)
           
 TabletClientService.closeScan_args TabletClientService.closeScan_args.setTinfo(TInfo tinfo)
           
 

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

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



Copyright © 2015 Apache Accumulo Project. All rights reserved.