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

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

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

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

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

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



Copyright © 2015 Apache Accumulo Project. All rights reserved.