public class Session extends Object implements Closeable
| Constructor and Description |
|---|
Session(SessionContext sessionContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OperationExecutor |
createExecutor() |
OperationExecutor |
createExecutor(org.apache.flink.configuration.Configuration executionConfig) |
org.apache.flink.table.gateway.api.endpoint.EndpointVersion |
getEndpointVersion() |
long |
getLastAccessTime() |
OperationManager |
getOperationManager() |
Map<String,String> |
getSessionConfig() |
org.apache.flink.table.gateway.api.session.SessionHandle |
getSessionHandle() |
void |
touch() |
public Session(SessionContext sessionContext)
public void touch()
public long getLastAccessTime()
public org.apache.flink.table.gateway.api.session.SessionHandle getSessionHandle()
public org.apache.flink.table.gateway.api.endpoint.EndpointVersion getEndpointVersion()
public OperationManager getOperationManager()
public OperationExecutor createExecutor()
public OperationExecutor createExecutor(org.apache.flink.configuration.Configuration executionConfig)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.