Uses of Class
ai.heavy.thrift.server.TStepResult
-
Packages that use TStepResult Package Description ai.heavy.thrift.server -
-
Uses of TStepResult in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TStepResult Modifier and Type Field Description TStepResultHeavy.execute_query_step_result. successMethods in ai.heavy.thrift.server that return TStepResult Modifier and Type Method Description TStepResultTStepResult. deepCopy()TStepResultHeavy.Client. execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str)TStepResultHeavy.Iface. execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str)TStepResultHeavy.AsyncClient.execute_query_step_call. getResult()TStepResultHeavy.execute_query_step_result. getSuccess()TStepResultHeavy.Client. recv_execute_query_step()TStepResultTStepResult. setExecution_finished(boolean execution_finished)TStepResultTStepResult. setMerge_type(TMergeType merge_type)TStepResultTStepResult. setNode_id(int node_id)TStepResultTStepResult. setRow_desc(List<TColumnType> row_desc)TStepResultTStepResult. setSerialized_rows(TSerializedRows serialized_rows)TStepResultTStepResult. setSharded(boolean sharded)Methods in ai.heavy.thrift.server that return types with arguments of type TStepResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TStepResult>Heavy.AsyncProcessor.execute_query_step. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.server with parameters of type TStepResult Modifier and Type Method Description intTStepResult. compareTo(TStepResult other)booleanTStepResult. equals(TStepResult that)Heavy.execute_query_step_resultHeavy.execute_query_step_result. setSuccess(TStepResult success)Method parameters in ai.heavy.thrift.server with type arguments of type TStepResult Modifier and Type Method Description voidHeavy.AsyncClient. execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)voidHeavy.AsyncIface. execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)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 TStepResult Constructor Description execute_query_step_result(TStepResult success, TDBException e)TStepResult(TStepResult other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TStepResult Constructor Description execute_query_step_call(TPendingQuery pending_query, long subquery_id, String start_time_str, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-