Uses of Class
org.apache.iotdb.session.Session
-
Packages that use Session Package Description org.apache.iotdb.session org.apache.iotdb.session.pool -
-
Uses of Session in org.apache.iotdb.session
Methods in org.apache.iotdb.session that return Session Modifier and Type Method Description SessionSession.Builder. build()Methods in org.apache.iotdb.session with parameters of type Session Modifier and Type Method Description SessionConnectionISession. constructSessionConnection(Session session, org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint, java.time.ZoneId zoneId)SessionConnectionSession. constructSessionConnection(Session session, org.apache.iotdb.common.rpc.thrift.TEndPoint endpoint, java.time.ZoneId zoneId)Constructors in org.apache.iotdb.session with parameters of type Session Constructor Description SessionConnection(Session session, java.time.ZoneId zoneId)SessionConnection(Session session, org.apache.iotdb.common.rpc.thrift.TEndPoint endPoint, java.time.ZoneId zoneId) -
Uses of Session in org.apache.iotdb.session.pool
Methods in org.apache.iotdb.session.pool that return Session Modifier and Type Method Description protected SessionSessionDataSetWrapper. getSession()Constructors in org.apache.iotdb.session.pool with parameters of type Session Constructor Description SessionDataSetWrapper(SessionDataSet sessionDataSet, Session session, SessionPool pool)
-