Uses of Class
ai.heavy.thrift.server.Heavy.execute_query_step_args
-
Packages that use Heavy.execute_query_step_args Package Description ai.heavy.thrift.server -
-
Uses of Heavy.execute_query_step_args in ai.heavy.thrift.server
Methods in ai.heavy.thrift.server that return Heavy.execute_query_step_args Modifier and Type Method Description Heavy.execute_query_step_argsHeavy.execute_query_step_args. deepCopy()Heavy.execute_query_step_argsHeavy.AsyncProcessor.execute_query_step. getEmptyArgsInstance()Heavy.execute_query_step_argsHeavy.Processor.execute_query_step. getEmptyArgsInstance()Heavy.execute_query_step_argsHeavy.execute_query_step_args. setPending_query(TPendingQuery pending_query)Heavy.execute_query_step_argsHeavy.execute_query_step_args. setStart_time_str(String start_time_str)Heavy.execute_query_step_argsHeavy.execute_query_step_args. setSubquery_id(long subquery_id)Methods in ai.heavy.thrift.server with parameters of type Heavy.execute_query_step_args Modifier and Type Method Description intHeavy.execute_query_step_args. compareTo(Heavy.execute_query_step_args other)booleanHeavy.execute_query_step_args. equals(Heavy.execute_query_step_args that)Heavy.execute_query_step_resultHeavy.Processor.execute_query_step. getResult(I iface, Heavy.execute_query_step_args args)voidHeavy.AsyncProcessor.execute_query_step. start(I iface, Heavy.execute_query_step_args args, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type Heavy.execute_query_step_args Constructor Description execute_query_step_args(Heavy.execute_query_step_args other)Performs a deep copy on other.
-