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