Package com.mapd.thrift.server
Class MapD.AsyncProcessor.execute_first_step<I extends MapD.AsyncIface>
- java.lang.Object
-
- org.apache.thrift.AsyncProcessFunction<I,MapD.execute_first_step_args,TStepResult>
-
- com.mapd.thrift.server.MapD.AsyncProcessor.execute_first_step<I>
-
- Enclosing class:
- MapD.AsyncProcessor<I extends MapD.AsyncIface>
public static class MapD.AsyncProcessor.execute_first_step<I extends MapD.AsyncIface> extends org.apache.thrift.AsyncProcessFunction<I,MapD.execute_first_step_args,TStepResult>
-
-
Constructor Summary
Constructors Constructor Description execute_first_step()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapD.execute_first_step_argsgetEmptyArgsInstance()org.apache.thrift.async.AsyncMethodCallback<TStepResult>getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)protected booleanisOneway()voidstart(I iface, MapD.execute_first_step_args args, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)
-
-
-
Method Detail
-
getEmptyArgsInstance
public MapD.execute_first_step_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstancein classorg.apache.thrift.AsyncProcessFunction<I extends MapD.AsyncIface,MapD.execute_first_step_args,TStepResult>
-
getResultHandler
public org.apache.thrift.async.AsyncMethodCallback<TStepResult> getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
- Specified by:
getResultHandlerin classorg.apache.thrift.AsyncProcessFunction<I extends MapD.AsyncIface,MapD.execute_first_step_args,TStepResult>
-
isOneway
protected boolean isOneway()
- Specified by:
isOnewayin classorg.apache.thrift.AsyncProcessFunction<I extends MapD.AsyncIface,MapD.execute_first_step_args,TStepResult>
-
start
public void start(I iface, MapD.execute_first_step_args args, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler) throws org.apache.thrift.TException
- Specified by:
startin classorg.apache.thrift.AsyncProcessFunction<I extends MapD.AsyncIface,MapD.execute_first_step_args,TStepResult>- Throws:
org.apache.thrift.TException
-
-