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