Uses of Class
org.apache.flink.table.gateway.service.context.SessionContext
Packages that use SessionContext
Package
Description
-
Uses of SessionContext in org.apache.flink.table.gateway.service.application
Methods in org.apache.flink.table.gateway.service.application with parameters of type SessionContextModifier and TypeMethodDescriptionstatic ScriptExecutorScriptExecutor.of(SessionContext context) Constructors in org.apache.flink.table.gateway.service.application with parameters of type SessionContext -
Uses of SessionContext in org.apache.flink.table.gateway.service.context
Methods in org.apache.flink.table.gateway.service.context that return SessionContextModifier 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) -
Uses of SessionContext in org.apache.flink.table.gateway.service.operation
Fields in org.apache.flink.table.gateway.service.operation declared as SessionContextMethods in org.apache.flink.table.gateway.service.operation that return SessionContextConstructors in org.apache.flink.table.gateway.service.operation with parameters of type SessionContextModifierConstructorDescriptionOperationExecutor(SessionContext sessionContext, BiFunction<org.apache.flink.configuration.Configuration, ClassLoader, org.apache.flink.streaming.api.environment.StreamExecutionEnvironment> environmentBuilder) OperationExecutor(SessionContext context, org.apache.flink.configuration.Configuration executionConfig) -
Uses of SessionContext in org.apache.flink.table.gateway.service.session
Constructors in org.apache.flink.table.gateway.service.session with parameters of type SessionContext