| Package | Description |
|---|---|
| org.apache.flink.table.gateway.service | |
| org.apache.flink.table.gateway.service.session |
| Modifier and Type | Method and Description |
|---|---|
Session |
SqlGatewayServiceImpl.getSession(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle) |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionManagerImpl.getSession(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle) |
Session |
SessionManager.getSession(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle)
Get the
Session with the identifier. |
Session |
SessionManagerImpl.openSession(org.apache.flink.table.gateway.api.session.SessionEnvironment environment) |
Session |
SessionManager.openSession(org.apache.flink.table.gateway.api.session.SessionEnvironment environment)
Register a new
Session. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.