Uses of Class
ai.heavy.thrift.server.TCustomExpression
-
Packages that use TCustomExpression Package Description ai.heavy.thrift.server -
-
Uses of TCustomExpression in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TCustomExpression Modifier and Type Field Description TCustomExpressionHeavy.create_custom_expression_args. custom_expressionFields in ai.heavy.thrift.server with type parameters of type TCustomExpression Modifier and Type Field Description List<TCustomExpression>Heavy.get_custom_expressions_result. successMethods in ai.heavy.thrift.server that return TCustomExpression Modifier and Type Method Description TCustomExpressionTCustomExpression. deepCopy()TCustomExpressionHeavy.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 ai.heavy.thrift.server that return types with arguments of type TCustomExpression Modifier and Type Method Description List<TCustomExpression>Heavy.Client. get_custom_expressions(String session)List<TCustomExpression>Heavy.Iface. get_custom_expressions(String session)List<TCustomExpression>Heavy.AsyncClient.get_custom_expressions_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TCustomExpression>>Heavy.AsyncProcessor.get_custom_expressions. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TCustomExpression>Heavy.get_custom_expressions_result. getSuccess()Iterator<TCustomExpression>Heavy.get_custom_expressions_result. getSuccessIterator()List<TCustomExpression>Heavy.Client. recv_get_custom_expressions()Methods in ai.heavy.thrift.server with parameters of type TCustomExpression Modifier and Type Method Description voidHeavy.get_custom_expressions_result. addToSuccess(TCustomExpression elem)intTCustomExpression. compareTo(TCustomExpression other)voidHeavy.AsyncClient. create_custom_expression(String session, TCustomExpression custom_expression, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler)voidHeavy.AsyncIface. create_custom_expression(String session, TCustomExpression custom_expression, org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler)intHeavy.Client. create_custom_expression(String session, TCustomExpression custom_expression)intHeavy.Iface. create_custom_expression(String session, TCustomExpression custom_expression)booleanTCustomExpression. equals(TCustomExpression that)voidHeavy.Client. send_create_custom_expression(String session, TCustomExpression custom_expression)Heavy.create_custom_expression_argsHeavy.create_custom_expression_args. setCustom_expression(TCustomExpression custom_expression)Method parameters in ai.heavy.thrift.server with type arguments of type TCustomExpression Modifier and Type Method Description voidHeavy.AsyncClient. get_custom_expressions(String session, org.apache.thrift.async.AsyncMethodCallback<List<TCustomExpression>> resultHandler)voidHeavy.AsyncIface. get_custom_expressions(String session, org.apache.thrift.async.AsyncMethodCallback<List<TCustomExpression>> resultHandler)Heavy.get_custom_expressions_resultHeavy.get_custom_expressions_result. setSuccess(List<TCustomExpression> success)voidHeavy.AsyncProcessor.get_custom_expressions. start(I iface, Heavy.get_custom_expressions_args args, org.apache.thrift.async.AsyncMethodCallback<List<TCustomExpression>> resultHandler)Constructors in ai.heavy.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 ai.heavy.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, TDBException e)
-