Uses of Class
org.apache.flink.table.gateway.service.context.DefaultContext
-
Packages that use DefaultContext Package Description org.apache.flink.table.gateway.service.context org.apache.flink.table.gateway.service.session -
-
Uses of DefaultContext in org.apache.flink.table.gateway.service.context
Methods in org.apache.flink.table.gateway.service.context that return DefaultContext Modifier and Type Method Description DefaultContextSessionContext. getDefaultContext()static DefaultContextDefaultContext. load(org.apache.flink.configuration.Configuration dynamicConfig, List<URL> dependencies, boolean discoverExecutionConfig)Build theDefaultContextfrom config.yaml, dynamic configuration and users specified jars.Methods in org.apache.flink.table.gateway.service.context with parameters of type DefaultContext Modifier and Type Method Description static SessionContextSessionContext. create(DefaultContext defaultContext, org.apache.flink.table.gateway.api.session.SessionHandle sessionId, org.apache.flink.table.gateway.api.session.SessionEnvironment environment, ExecutorService operationExecutorService)protected static org.apache.flink.configuration.ConfigurationSessionContext. initializeConfiguration(DefaultContext defaultContext, org.apache.flink.table.gateway.api.session.SessionEnvironment environment, org.apache.flink.table.gateway.api.session.SessionHandle sessionId)Constructors in org.apache.flink.table.gateway.service.context with parameters of type DefaultContext Constructor Description SessionContext(DefaultContext defaultContext, org.apache.flink.table.gateway.api.session.SessionHandle sessionId, org.apache.flink.table.gateway.api.endpoint.EndpointVersion endpointVersion, org.apache.flink.configuration.Configuration sessionConf, URLClassLoader classLoader, SessionContext.SessionState sessionState, OperationManager operationManager) -
Uses of DefaultContext in org.apache.flink.table.gateway.service.session
Methods in org.apache.flink.table.gateway.service.session with parameters of type DefaultContext Modifier and Type Method Description static SessionManagerSessionManager. create(DefaultContext defaultContext)Create theSessionManagerwith the default configuration.Constructors in org.apache.flink.table.gateway.service.session with parameters of type DefaultContext Constructor Description SessionManagerImpl(DefaultContext defaultContext)
-