Uses of Class
ai.heavy.thrift.server.TQueryInfo
-
Packages that use TQueryInfo Package Description ai.heavy.thrift.server -
-
Uses of TQueryInfo in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TQueryInfo Modifier and Type Field Description List<TQueryInfo>Heavy.get_queries_info_result. successMethods in ai.heavy.thrift.server that return TQueryInfo Modifier and Type Method Description TQueryInfoTQueryInfo. deepCopy()TQueryInfoTQueryInfo. setClient_address(String client_address)TQueryInfoTQueryInfo. setCurrent_status(String current_status)TQueryInfoTQueryInfo. setDb_name(String db_name)TQueryInfoTQueryInfo. setExec_device_type(String exec_device_type)TQueryInfoTQueryInfo. setExecutor_id(int executor_id)TQueryInfoTQueryInfo. setLogin_name(String login_name)TQueryInfoTQueryInfo. setQuery_public_session_id(String query_public_session_id)TQueryInfoTQueryInfo. setQuery_session_id(String query_session_id)TQueryInfoTQueryInfo. setQuery_str(String query_str)TQueryInfoTQueryInfo. setSubmitted(String submitted)Methods in ai.heavy.thrift.server that return types with arguments of type TQueryInfo Modifier and Type Method Description List<TQueryInfo>Heavy.Client. get_queries_info(String session)List<TQueryInfo>Heavy.Iface. get_queries_info(String session)List<TQueryInfo>Heavy.AsyncClient.get_queries_info_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TQueryInfo>>Heavy.AsyncProcessor.get_queries_info. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TQueryInfo>Heavy.get_queries_info_result. getSuccess()Iterator<TQueryInfo>Heavy.get_queries_info_result. getSuccessIterator()List<TQueryInfo>Heavy.Client. recv_get_queries_info()Methods in ai.heavy.thrift.server with parameters of type TQueryInfo Modifier and Type Method Description voidHeavy.get_queries_info_result. addToSuccess(TQueryInfo elem)intTQueryInfo. compareTo(TQueryInfo other)booleanTQueryInfo. equals(TQueryInfo that)Method parameters in ai.heavy.thrift.server with type arguments of type TQueryInfo Modifier and Type Method Description voidHeavy.AsyncClient. get_queries_info(String session, org.apache.thrift.async.AsyncMethodCallback<List<TQueryInfo>> resultHandler)voidHeavy.AsyncIface. get_queries_info(String session, org.apache.thrift.async.AsyncMethodCallback<List<TQueryInfo>> resultHandler)Heavy.get_queries_info_resultHeavy.get_queries_info_result. setSuccess(List<TQueryInfo> success)voidHeavy.AsyncProcessor.get_queries_info. start(I iface, Heavy.get_queries_info_args args, org.apache.thrift.async.AsyncMethodCallback<List<TQueryInfo>> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TQueryInfo Constructor Description TQueryInfo(TQueryInfo other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TQueryInfo Constructor Description get_queries_info_call(String session, org.apache.thrift.async.AsyncMethodCallback<List<TQueryInfo>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_queries_info_result(List<TQueryInfo> success, TDBException e)
-