Uses of Class
org.apache.iotdb.session.SessionConnection
-
Packages that use SessionConnection Package Description org.apache.iotdb.session -
-
Uses of SessionConnection in org.apache.iotdb.session
Fields in org.apache.iotdb.session declared as SessionConnection Modifier and Type Field Description protected SessionConnectionSession. defaultSessionConnectionprotected SessionConnectionSession. metaSessionConnectionFields in org.apache.iotdb.session with type parameters of type SessionConnection Modifier and Type Field Description protected java.util.Map<org.apache.iotdb.service.rpc.thrift.EndPoint,SessionConnection>Session. endPointToSessionConnectionMethods in org.apache.iotdb.session that return SessionConnection Modifier and Type Method Description SessionConnectionSession. constructSessionConnection(Session session, org.apache.iotdb.service.rpc.thrift.EndPoint endpoint, java.time.ZoneId zoneId)Methods in org.apache.iotdb.session with parameters of type SessionConnection Modifier and Type Method Description voidInsertConsumer. insert(SessionConnection connection, T record)
-