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. defaultSessionConnectionFields in org.apache.iotdb.session with type parameters of type SessionConnection Modifier and Type Field Description protected java.util.Map<org.apache.iotdb.common.rpc.thrift.TEndPoint,SessionConnection>Session. endPointToSessionConnectionMethods in org.apache.iotdb.session that return SessionConnection 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)Methods in org.apache.iotdb.session with parameters of type SessionConnection Modifier and Type Method Description voidInsertConsumer. insert(SessionConnection connection, T record)
-