Uses of Class
org.apache.iotdb.db.mpp.common.SessionInfo
-
Packages that use SessionInfo Package Description org.apache.iotdb.db.mpp.common org.apache.iotdb.db.mpp.plan org.apache.iotdb.db.query.control -
-
Uses of SessionInfo in org.apache.iotdb.db.mpp.common
Methods in org.apache.iotdb.db.mpp.common that return SessionInfo Modifier and Type Method Description SessionInfoMPPQueryContext. getSession()Constructors in org.apache.iotdb.db.mpp.common with parameters of type SessionInfo Constructor Description MPPQueryContext(java.lang.String sql, QueryId queryId, SessionInfo session, org.apache.iotdb.common.rpc.thrift.TEndPoint localDataBlockEndpoint, org.apache.iotdb.common.rpc.thrift.TEndPoint localInternalEndpoint)MPPQueryContext(java.lang.String sql, QueryId queryId, SessionInfo session, org.apache.iotdb.common.rpc.thrift.TEndPoint localDataBlockEndpoint, org.apache.iotdb.common.rpc.thrift.TEndPoint localInternalEndpoint, long timeOut, long startTime) -
Uses of SessionInfo in org.apache.iotdb.db.mpp.plan
Methods in org.apache.iotdb.db.mpp.plan with parameters of type SessionInfo Modifier and Type Method Description ExecutionResultCoordinator. execute(Statement statement, long queryId, SessionInfo session, java.lang.String sql, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher)This method is called by the write method.ExecutionResultCoordinator. execute(Statement statement, long queryId, SessionInfo session, java.lang.String sql, IPartitionFetcher partitionFetcher, ISchemaFetcher schemaFetcher, long timeOut) -
Uses of SessionInfo in org.apache.iotdb.db.query.control
Methods in org.apache.iotdb.db.query.control that return SessionInfo Modifier and Type Method Description SessionInfoSessionManager. getSessionInfo(long sessionId)
-