Uses of Class
com.omnisci.thrift.server.TPendingQuery
-
Packages that use TPendingQuery Package Description com.omnisci.thrift.server -
-
Uses of TPendingQuery in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TPendingQuery Modifier and Type Field Description TPendingQueryOmniSci.execute_query_step_args. pending_queryTPendingQueryOmniSci.start_query_result. successMethods in com.omnisci.thrift.server that return TPendingQuery Modifier and Type Method Description TPendingQueryTPendingQuery. deepCopy()TPendingQueryOmniSci.execute_query_step_args. getPending_query()TPendingQueryOmniSci.AsyncClient.start_query_call. getResult()TPendingQueryOmniSci.start_query_result. getSuccess()TPendingQueryOmniSci.Client. recv_start_query()TPendingQueryTPendingQuery. setColumn_ranges(List<TColumnRange> column_ranges)TPendingQueryTPendingQuery. setDictionary_generations(List<TDictionaryGeneration> dictionary_generations)TPendingQueryTPendingQuery. setId(long id)TPendingQueryTPendingQuery. setParent_session_id(String parent_session_id)TPendingQueryTPendingQuery. setTable_generations(List<TTableGeneration> table_generations)TPendingQueryOmniSci.Client. start_query(String leaf_session, String parent_session, String query_ra, String start_time_str, boolean just_explain, List<Long> outer_fragment_indices)TPendingQueryOmniSci.Iface. start_query(String leaf_session, String parent_session, String query_ra, String start_time_str, boolean just_explain, List<Long> outer_fragment_indices)Methods in com.omnisci.thrift.server that return types with arguments of type TPendingQuery Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TPendingQuery>OmniSci.AsyncProcessor.start_query. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.omnisci.thrift.server with parameters of type TPendingQuery Modifier and Type Method Description intTPendingQuery. compareTo(TPendingQuery other)booleanTPendingQuery. equals(TPendingQuery that)voidOmniSci.AsyncClient. execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)voidOmniSci.AsyncIface. execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str, org.apache.thrift.async.AsyncMethodCallback<TStepResult> resultHandler)TStepResultOmniSci.Client. execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str)TStepResultOmniSci.Iface. execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str)voidOmniSci.Client. send_execute_query_step(TPendingQuery pending_query, long subquery_id, String start_time_str)OmniSci.execute_query_step_argsOmniSci.execute_query_step_args. setPending_query(TPendingQuery pending_query)OmniSci.start_query_resultOmniSci.start_query_result. setSuccess(TPendingQuery success)Method parameters in com.omnisci.thrift.server with type arguments of type TPendingQuery Modifier and Type Method Description voidOmniSci.AsyncProcessor.start_query. start(I iface, OmniSci.start_query_args args, org.apache.thrift.async.AsyncMethodCallback<TPendingQuery> resultHandler)voidOmniSci.AsyncClient. start_query(String leaf_session, String parent_session, String query_ra, String start_time_str, boolean just_explain, List<Long> outer_fragment_indices, org.apache.thrift.async.AsyncMethodCallback<TPendingQuery> resultHandler)voidOmniSci.AsyncIface. start_query(String leaf_session, String parent_session, String query_ra, String start_time_str, boolean just_explain, List<Long> outer_fragment_indices, org.apache.thrift.async.AsyncMethodCallback<TPendingQuery> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TPendingQuery Constructor Description execute_query_step_args(TPendingQuery pending_query, long subquery_id, String start_time_str)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)start_query_result(TPendingQuery success, TOmniSciException e)TPendingQuery(TPendingQuery other)Performs a deep copy on other.Constructor parameters in com.omnisci.thrift.server with type arguments of type TPendingQuery Constructor Description start_query_call(String leaf_session, String parent_session, String query_ra, String start_time_str, boolean just_explain, List<Long> outer_fragment_indices, 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)
-