Uses of Class
ai.heavy.thrift.server.TSessionInfo
-
Packages that use TSessionInfo Package Description ai.heavy.thrift.server -
-
Uses of TSessionInfo in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TSessionInfo Modifier and Type Field Description TSessionInfoHeavy.get_session_info_result. successMethods in ai.heavy.thrift.server that return TSessionInfo Modifier and Type Method Description TSessionInfoTSessionInfo. deepCopy()TSessionInfoHeavy.Client. get_session_info(String session)TSessionInfoHeavy.Iface. get_session_info(String session)TSessionInfoHeavy.AsyncClient.get_session_info_call. getResult()TSessionInfoHeavy.get_session_info_result. getSuccess()TSessionInfoHeavy.Client. recv_get_session_info()TSessionInfoTSessionInfo. setDatabase(String database)TSessionInfoTSessionInfo. setIs_super(boolean is_super)TSessionInfoTSessionInfo. setStart_time(long start_time)TSessionInfoTSessionInfo. setUser(String user)Methods in ai.heavy.thrift.server that return types with arguments of type TSessionInfo Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSessionInfo>Heavy.AsyncProcessor.get_session_info. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in ai.heavy.thrift.server with parameters of type TSessionInfo Modifier and Type Method Description intTSessionInfo. compareTo(TSessionInfo other)booleanTSessionInfo. equals(TSessionInfo that)Heavy.get_session_info_resultHeavy.get_session_info_result. setSuccess(TSessionInfo success)Method parameters in ai.heavy.thrift.server with type arguments of type TSessionInfo Modifier and Type Method Description voidHeavy.AsyncClient. get_session_info(String session, org.apache.thrift.async.AsyncMethodCallback<TSessionInfo> resultHandler)voidHeavy.AsyncIface. get_session_info(String session, org.apache.thrift.async.AsyncMethodCallback<TSessionInfo> resultHandler)voidHeavy.AsyncProcessor.get_session_info. start(I iface, Heavy.get_session_info_args args, org.apache.thrift.async.AsyncMethodCallback<TSessionInfo> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type TSessionInfo Constructor Description get_session_info_result(TSessionInfo success, TDBException e)TSessionInfo(TSessionInfo other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TSessionInfo Constructor Description get_session_info_call(String session, org.apache.thrift.async.AsyncMethodCallback<TSessionInfo> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-