Uses of Class
org.apache.flink.table.gateway.service.session.Session
-
Packages that use Session Package Description org.apache.flink.table.gateway.service org.apache.flink.table.gateway.service.session -
-
Uses of Session in org.apache.flink.table.gateway.service
Methods in org.apache.flink.table.gateway.service that return Session Modifier and Type Method Description SessionSqlGatewayServiceImpl. getSession(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle) -
Uses of Session in org.apache.flink.table.gateway.service.session
Methods in org.apache.flink.table.gateway.service.session that return Session Modifier and Type Method Description SessionSessionManager. getSession(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle)Get theSessionwith the identifier.SessionSessionManagerImpl. getSession(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle)SessionSessionManager. openSession(org.apache.flink.table.gateway.api.session.SessionEnvironment environment)Register a newSession.SessionSessionManagerImpl. openSession(org.apache.flink.table.gateway.api.session.SessionEnvironment environment)
-