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

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

public static class TabletClientService.AsyncProcessor.getActiveCompactions<I extends TabletClientService.AsyncIface>
extends org.apache.thrift.AsyncProcessFunction<I,TabletClientService.getActiveCompactions_args,List<ActiveCompaction>>


Constructor Summary
TabletClientService.AsyncProcessor.getActiveCompactions()
           
 
Method Summary
 TabletClientService.getActiveCompactions_args getEmptyArgsInstance()
           
 org.apache.thrift.async.AsyncMethodCallback<List<ActiveCompaction>> getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
           
protected  boolean isOneway()
           
 void start(I iface, TabletClientService.getActiveCompactions_args args, org.apache.thrift.async.AsyncMethodCallback<List<ActiveCompaction>> 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.getActiveCompactions

public TabletClientService.AsyncProcessor.getActiveCompactions()
Method Detail

getEmptyArgsInstance

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

getResultHandler

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

isOneway

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

start

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


Copyright © 2015 Apache Accumulo Project. All rights reserved.