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 with parameters of type Session Modifier and Type Method Description SessionConnectionSession. constructSessionConnection(Session session, org.apache.iotdb.service.rpc.thrift.EndPoint 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.service.rpc.thrift.EndPoint 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)
-