Uses of Class
com.mapd.thrift.server.TPendingQuery
-
Packages that use TPendingQuery Package Description com.mapd.thrift.server -
-
Uses of TPendingQuery in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TPendingQuery Modifier and Type Field Description TPendingQueryMapD.execute_query_step_args. pending_queryTPendingQueryMapD.start_query_result. successMethods in com.mapd.thrift.server that return TPendingQuery Modifier and Type Method Description TPendingQueryTPendingQuery. deepCopy()TPendingQueryMapD.execute_query_step_args. getPending_query()TPendingQueryMapD.AsyncClient.start_query_call. getResult()TPendingQueryMapD.start_query_result. getSuccess()TPendingQueryMapD.Client. recv_start_query()TPendingQueryTPendingQuery. setColumn_ranges(List<TColumnRange> column_ranges)TPendingQueryTPendingQuery. setDictionary_generations(List<TDictionaryGeneration> dictionary_generations)TPendingQueryTPendingQuery. setId(long id)TPendingQueryTPendingQuery. setTable_generations(List<TTableGeneration> table_generations)TPendingQueryMapD.Client. start_query(String session, String query_ra, boolean just_explain)TPendingQueryMapD.Iface. start_query(String session, String query_ra, boolean just_explain)Methods in com.mapd.thrift.server that return types with arguments of type TPendingQuery Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TPendingQuery>MapD.AsyncProcessor.start_query. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.mapd.thrift.server with parameters of type TPendingQuery Modifier and Type Method Description intTPendingQuery. compareTo(TPendingQuery other)booleanTPendingQuery. equals(TPendingQuery that)voidMapD.AsyncClient. execute_query_step(TPendingQuery pending_query, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)voidMapD.AsyncIface. execute_query_step(TPendingQuery pending_query, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)TStepResultMapD.Client. execute_query_step(TPendingQuery pending_query)TStepResultMapD.Iface. execute_query_step(TPendingQuery pending_query)voidMapD.Client. send_execute_query_step(TPendingQuery pending_query)MapD.execute_query_step_argsMapD.execute_query_step_args. setPending_query(TPendingQuery pending_query)MapD.start_query_resultMapD.start_query_result. setSuccess(TPendingQuery success)Method parameters in com.mapd.thrift.server with type arguments of type TPendingQuery Modifier and Type Method Description voidMapD.AsyncProcessor.start_query. start(I iface, MapD.start_query_args args, org.apache.thrift.async.AsyncMethodCallback<TPendingQuery> resultHandler)voidMapD.AsyncClient. start_query(String session, String query_ra, boolean just_explain, org.apache.thrift.async.AsyncMethodCallback<TPendingQuery> resultHandler)voidMapD.AsyncIface. start_query(String session, String query_ra, boolean just_explain, org.apache.thrift.async.AsyncMethodCallback<TPendingQuery> resultHandler)Constructors in com.mapd.thrift.server with parameters of type TPendingQuery Constructor Description execute_query_step_args(TPendingQuery pending_query)execute_query_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)start_query_result(TPendingQuery success, TMapDException e)TPendingQuery(TPendingQuery other)Performs a deep copy on other.Constructor parameters in com.mapd.thrift.server with type arguments of type TPendingQuery Constructor Description start_query_call(String session, String query_ra, boolean just_explain, org.apache.thrift.async.AsyncMethodCallback<TPendingQuery> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-