Uses of Interface
org.apache.flink.table.gateway.service.session.SessionManager
Packages that use SessionManager
Package
Description
-
Uses of SessionManager in org.apache.flink.table.gateway
Constructors in org.apache.flink.table.gateway with parameters of type SessionManagerModifierConstructorDescriptionSqlGateway(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 -
Uses of SessionManager in org.apache.flink.table.gateway.service.session
Classes in org.apache.flink.table.gateway.service.session that implement SessionManagerModifier and TypeClassDescriptionclassThe implementation of theSessionManagerthat manage the lifecycle of theSession.Methods in org.apache.flink.table.gateway.service.session that return SessionManagerModifier and TypeMethodDescriptionstatic SessionManagerSessionManager.create(DefaultContext defaultContext) Create theSessionManagerwith the default configuration.