Uses of Class
com.mapd.thrift.server.TStepResult
-
Packages that use TStepResult Package Description com.mapd.thrift.server -
-
Uses of TStepResult in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TStepResult Modifier and Type Field Description TStepResultMapD.execute_first_step_result. successMethods in com.mapd.thrift.server that return TStepResult Modifier and Type Method Description TStepResultTStepResult. deepCopy()TStepResultMapD.Client. execute_first_step(TPendingQuery pending_query)TStepResultMapD.Iface. execute_first_step(TPendingQuery pending_query)TStepResultMapD.AsyncClient.execute_first_step_call. getResult()TStepResultMapD.execute_first_step_result. getSuccess()TStepResultMapD.Client. recv_execute_first_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 com.mapd.thrift.server that return types with arguments of type TStepResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TStepResult>MapD.AsyncProcessor.execute_first_step. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.mapd.thrift.server with parameters of type TStepResult Modifier and Type Method Description intTStepResult. compareTo(TStepResult other)booleanTStepResult. equals(TStepResult that)MapD.execute_first_step_resultMapD.execute_first_step_result. setSuccess(TStepResult success)Method parameters in com.mapd.thrift.server with type arguments of type TStepResult Modifier and Type Method Description voidMapD.AsyncClient. execute_first_step(TPendingQuery pending_query, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)voidMapD.AsyncIface. execute_first_step(TPendingQuery pending_query, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)voidMapD.AsyncProcessor.execute_first_step. start(I iface, MapD.execute_first_step_args args, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)Constructors in com.mapd.thrift.server with parameters of type TStepResult Constructor Description execute_first_step_result(TStepResult success, TMapDException e)TStepResult(TStepResult other)Performs a deep copy on other.Constructor parameters in com.mapd.thrift.server with type arguments of type TStepResult Constructor Description execute_first_step_call(TPendingQuery pending_query, 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)
-