Package | Description |
---|---|
org.apache.flink.table.client.gateway | |
org.apache.flink.table.gateway | |
org.apache.flink.table.gateway.service | |
org.apache.flink.table.gateway.service.session |
Modifier and Type | Class and Description |
---|---|
class |
SingleSessionManager
A
SessionManager only has one session at most. |
Constructor and Description |
---|
SqlGateway(Configuration defaultConfig,
SessionManager sessionManager) |
Constructor and Description |
---|
SqlGatewayServiceImpl(SessionManager sessionManager) |
Modifier and Type | Class and Description |
---|---|
class |
SessionManagerImpl
The implementation of the
SessionManager that manage the lifecycle of the Session . |
Modifier and Type | Method and Description |
---|---|
static SessionManager |
SessionManager.create(DefaultContext defaultContext)
Create the
SessionManager with the default configuration. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.