Uses of Class
com.omnisci.thrift.server.TSessionInfo
-
Packages that use TSessionInfo Package Description com.omnisci.thrift.server -
-
Uses of TSessionInfo in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TSessionInfo Modifier and Type Field Description TSessionInfoOmniSci.get_session_info_result. successMethods in com.omnisci.thrift.server that return TSessionInfo Modifier and Type Method Description TSessionInfoTSessionInfo. deepCopy()TSessionInfoOmniSci.Client. get_session_info(String session)TSessionInfoOmniSci.Iface. get_session_info(String session)TSessionInfoOmniSci.AsyncClient.get_session_info_call. getResult()TSessionInfoOmniSci.get_session_info_result. getSuccess()TSessionInfoOmniSci.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 com.omnisci.thrift.server that return types with arguments of type TSessionInfo Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TSessionInfo>OmniSci.AsyncProcessor.get_session_info. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.omnisci.thrift.server with parameters of type TSessionInfo Modifier and Type Method Description intTSessionInfo. compareTo(TSessionInfo other)booleanTSessionInfo. equals(TSessionInfo that)OmniSci.get_session_info_resultOmniSci.get_session_info_result. setSuccess(TSessionInfo success)Method parameters in com.omnisci.thrift.server with type arguments of type TSessionInfo Modifier and Type Method Description voidOmniSci.AsyncClient. get_session_info(String session, org.apache.thrift.async.AsyncMethodCallback<TSessionInfo> resultHandler)voidOmniSci.AsyncIface. get_session_info(String session, org.apache.thrift.async.AsyncMethodCallback<TSessionInfo> resultHandler)voidOmniSci.AsyncProcessor.get_session_info. start(I iface, OmniSci.get_session_info_args args, org.apache.thrift.async.AsyncMethodCallback<TSessionInfo> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TSessionInfo Constructor Description get_session_info_result(TSessionInfo success, TOmniSciException e)TSessionInfo(TSessionInfo other)Performs a deep copy on other.Constructor parameters in com.omnisci.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)
-