Uses of Class
org.apache.flink.table.gateway.service.context.DefaultContext
Packages that use DefaultContext
Package
Description
-
Uses of DefaultContext in org.apache.flink.table.gateway.service.context
Methods in org.apache.flink.table.gateway.service.context that return DefaultContextModifier and TypeMethodDescriptionSessionContext.getDefaultContext()static DefaultContextDefaultContext.load(org.apache.flink.configuration.Configuration dynamicConfig, List<URI> 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 DefaultContextModifier and TypeMethodDescriptionstatic 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 DefaultContextModifierConstructorDescriptionprotectedSessionContext(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 DefaultContextModifier and TypeMethodDescriptionstatic SessionManagerSessionManager.create(DefaultContext defaultContext) Create theSessionManagerwith the default configuration.Constructors in org.apache.flink.table.gateway.service.session with parameters of type DefaultContext