org.apache.accumulo.core.tabletserver.thrift
Class TabletClientService.AsyncProcessor.getActiveScans<I extends TabletClientService.AsyncIface>

java.lang.Object
  extended by org.apache.thrift.AsyncProcessFunction<I,TabletClientService.getActiveScans_args,List<ActiveScan>>
      extended by org.apache.accumulo.core.tabletserver.thrift.TabletClientService.AsyncProcessor.getActiveScans<I>
Enclosing class:
TabletClientService.AsyncProcessor<I extends TabletClientService.AsyncIface>

public static class TabletClientService.AsyncProcessor.getActiveScans<I extends TabletClientService.AsyncIface>
extends org.apache.thrift.AsyncProcessFunction<I,TabletClientService.getActiveScans_args,List<ActiveScan>>


Constructor Summary
TabletClientService.AsyncProcessor.getActiveScans()
           
 
Method Summary
 TabletClientService.getActiveScans_args getEmptyArgsInstance()
           
 org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
           
protected  boolean isOneway()
           
 void start(I iface, TabletClientService.getActiveScans_args args, org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> resultHandler)
           
 
Methods inherited from class org.apache.thrift.AsyncProcessFunction
getMethodName, sendResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabletClientService.AsyncProcessor.getActiveScans

public TabletClientService.AsyncProcessor.getActiveScans()
Method Detail

getEmptyArgsInstance

public TabletClientService.getActiveScans_args getEmptyArgsInstance()
Specified by:
getEmptyArgsInstance in class org.apache.thrift.AsyncProcessFunction<I extends TabletClientService.AsyncIface,TabletClientService.getActiveScans_args,List<ActiveScan>>

getResultHandler

public org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
                                                                                      int seqid)
Specified by:
getResultHandler in class org.apache.thrift.AsyncProcessFunction<I extends TabletClientService.AsyncIface,TabletClientService.getActiveScans_args,List<ActiveScan>>

isOneway

protected boolean isOneway()
Specified by:
isOneway in class org.apache.thrift.AsyncProcessFunction<I extends TabletClientService.AsyncIface,TabletClientService.getActiveScans_args,List<ActiveScan>>

start

public void start(I iface,
                  TabletClientService.getActiveScans_args args,
                  org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> resultHandler)
           throws org.apache.thrift.TException
Specified by:
start in class org.apache.thrift.AsyncProcessFunction<I extends TabletClientService.AsyncIface,TabletClientService.getActiveScans_args,List<ActiveScan>>
Throws:
org.apache.thrift.TException


Copyright © 2015 Apache Accumulo Project. All rights reserved.