| Package | Description |
|---|---|
| org.apache.flink.table.gateway.service.context | |
| org.apache.flink.table.gateway.service.session |
| Modifier and Type | Method and Description |
|---|---|
DefaultContext |
SessionContext.getDefaultContext() |
static DefaultContext |
DefaultContext.load(org.apache.flink.configuration.Configuration dynamicConfig,
List<URL> dependencies,
boolean discoverExecutionConfig,
boolean discoverPythonJar)
Build the
DefaultContext from flink-conf.yaml, dynamic configuration and users
specified jars. |
| Modifier and Type | Method and Description |
|---|---|
static SessionContext |
SessionContext.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.Configuration |
SessionContext.initializeConfiguration(DefaultContext defaultContext,
org.apache.flink.table.gateway.api.session.SessionEnvironment environment,
org.apache.flink.table.gateway.api.session.SessionHandle sessionId) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
static SessionManager |
SessionManager.create(DefaultContext defaultContext)
Create the
SessionManager with the default configuration. |
| Constructor and Description |
|---|
SessionManagerImpl(DefaultContext defaultContext) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.