Uses of Class
com.omnisci.thrift.server.TCustomExpression
-
Packages that use TCustomExpression Package Description com.omnisci.thrift.server -
-
Uses of TCustomExpression in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TCustomExpression Modifier and Type Field Description TCustomExpressionOmniSci.create_custom_expression_args. custom_expressionFields in com.omnisci.thrift.server with type parameters of type TCustomExpression Modifier and Type Field Description List<TCustomExpression>OmniSci.get_custom_expressions_result. successMethods in com.omnisci.thrift.server that return TCustomExpression Modifier and Type Method Description TCustomExpressionTCustomExpression. deepCopy()TCustomExpressionOmniSci.create_custom_expression_args. getCustom_expression()TCustomExpressionTCustomExpression. setData_source_id(int data_source_id)TCustomExpressionTCustomExpression. setData_source_name(String data_source_name)TCustomExpressionTCustomExpression. setData_source_type(TDataSourceType data_source_type)TCustomExpressionTCustomExpression. setExpression_json(String expression_json)TCustomExpressionTCustomExpression. setId(int id)TCustomExpressionTCustomExpression. setIs_deleted(boolean is_deleted)TCustomExpressionTCustomExpression. setName(String name)Methods in com.omnisci.thrift.server that return types with arguments of type TCustomExpression Modifier and Type Method Description List<TCustomExpression>OmniSci.Client. get_custom_expressions(String session)List<TCustomExpression>OmniSci.Iface. get_custom_expressions(String session)List<TCustomExpression>OmniSci.AsyncClient.get_custom_expressions_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TCustomExpression>>OmniSci.AsyncProcessor.get_custom_expressions. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TCustomExpression>OmniSci.get_custom_expressions_result. getSuccess()Iterator<TCustomExpression>OmniSci.get_custom_expressions_result. getSuccessIterator()List<TCustomExpression>OmniSci.Client. recv_get_custom_expressions()Methods in com.omnisci.thrift.server with parameters of type TCustomExpression Modifier and Type Method Description voidOmniSci.get_custom_expressions_result. addToSuccess(TCustomExpression elem)intTCustomExpression. compareTo(TCustomExpression other)voidOmniSci.AsyncClient. create_custom_expression(String session, TCustomExpression custom_expression, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler)voidOmniSci.AsyncIface. create_custom_expression(String session, TCustomExpression custom_expression, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler)intOmniSci.Client. create_custom_expression(String session, TCustomExpression custom_expression)intOmniSci.Iface. create_custom_expression(String session, TCustomExpression custom_expression)booleanTCustomExpression. equals(TCustomExpression that)voidOmniSci.Client. send_create_custom_expression(String session, TCustomExpression custom_expression)OmniSci.create_custom_expression_argsOmniSci.create_custom_expression_args. setCustom_expression(TCustomExpression custom_expression)Method parameters in com.omnisci.thrift.server with type arguments of type TCustomExpression Modifier and Type Method Description voidOmniSci.AsyncClient. get_custom_expressions(String session, org.apache.thrift.async.AsyncMethodCallback<List<TCustomExpression>> resultHandler)voidOmniSci.AsyncIface. get_custom_expressions(String session, org.apache.thrift.async.AsyncMethodCallback<List<TCustomExpression>> resultHandler)OmniSci.get_custom_expressions_resultOmniSci.get_custom_expressions_result. setSuccess(List<TCustomExpression> success)voidOmniSci.AsyncProcessor.get_custom_expressions. start(I iface, OmniSci.get_custom_expressions_args args, org.apache.thrift.async.AsyncMethodCallback<List<TCustomExpression>> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TCustomExpression Constructor Description create_custom_expression_args(String session, TCustomExpression custom_expression)create_custom_expression_call(String session, TCustomExpression custom_expression, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TCustomExpression(TCustomExpression other)Performs a deep copy on other.Constructor parameters in com.omnisci.thrift.server with type arguments of type TCustomExpression Constructor Description get_custom_expressions_call(String session, org.apache.thrift.async.AsyncMethodCallback<List<TCustomExpression>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_custom_expressions_result(List<TCustomExpression> success, TOmniSciException e)
-