Class SessionContext.SessionState
- java.lang.Object
-
- org.apache.flink.table.gateway.service.context.SessionContext.SessionState
-
- Enclosing class:
- SessionContext
public static class SessionContext.SessionState extends Object
session state.
-
-
Field Summary
Fields Modifier and Type Field Description CatalogManager
catalogManager
FunctionCatalog
functionCatalog
MaterializedTableManager
materializedTableManager
ModuleManager
moduleManager
ResourceManager
resourceManager
-
Constructor Summary
Constructors Constructor Description SessionState(CatalogManager catalogManager, ModuleManager moduleManager, ResourceManager resourceManager, FunctionCatalog functionCatalog, MaterializedTableManager materializedTableManager)
-
-
-
Field Detail
-
catalogManager
public final CatalogManager catalogManager
-
resourceManager
public final ResourceManager resourceManager
-
functionCatalog
public final FunctionCatalog functionCatalog
-
moduleManager
public final ModuleManager moduleManager
-
materializedTableManager
public final MaterializedTableManager materializedTableManager
-
-
Constructor Detail
-
SessionState
public SessionState(CatalogManager catalogManager, ModuleManager moduleManager, ResourceManager resourceManager, FunctionCatalog functionCatalog, MaterializedTableManager materializedTableManager)
-
-