Uses of Interface
org.apache.flink.table.gateway.service.session.SessionManager
-
Packages that use SessionManager Package Description org.apache.flink.table.gateway org.apache.flink.table.gateway.service org.apache.flink.table.gateway.service.session -
-
Uses of SessionManager in org.apache.flink.table.gateway
Constructors in org.apache.flink.table.gateway with parameters of type SessionManager Constructor Description SqlGateway(org.apache.flink.configuration.Configuration defaultConfig, SessionManager sessionManager) -
Uses of SessionManager in org.apache.flink.table.gateway.service
Constructors in org.apache.flink.table.gateway.service with parameters of type SessionManager Constructor Description SqlGatewayServiceImpl(SessionManager sessionManager) -
Uses of SessionManager in org.apache.flink.table.gateway.service.session
Classes in org.apache.flink.table.gateway.service.session that implement SessionManager Modifier and Type Class Description classSessionManagerImplThe implementation of theSessionManagerthat manage the lifecycle of theSession.Methods in org.apache.flink.table.gateway.service.session that return SessionManager Modifier and Type Method Description static SessionManagerSessionManager. create(DefaultContext defaultContext)Create theSessionManagerwith the default configuration.
-