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