Constructor and Description |
---|
StreamTableEnvironmentImpl(CatalogManager catalogManager,
ModuleManager moduleManager,
FunctionCatalog functionCatalog,
TableConfig tableConfig,
StreamExecutionEnvironment executionEnvironment,
Planner planner,
Executor executor,
boolean isStreamingMode,
ClassLoader userClassLoader) |
Modifier and Type | Field and Description |
---|---|
protected Executor |
TableEnvironmentImpl.execEnv |
Constructor and Description |
---|
TableEnvironmentImpl(CatalogManager catalogManager,
ModuleManager moduleManager,
TableConfig tableConfig,
Executor executor,
FunctionCatalog functionCatalog,
Planner planner,
boolean isStreamingMode,
ClassLoader userClassLoader) |
Modifier and Type | Method and Description |
---|---|
Executor |
ExecutorFactory.create(Map<String,String> properties)
Creates a corresponding
Executor . |
Modifier and Type | Method and Description |
---|---|
Planner |
PlannerFactory.create(Map<String,String> properties,
Executor executor,
TableConfig tableConfig,
FunctionCatalog functionCatalog,
CatalogManager catalogManager)
Creates a corresponding
Planner . |
Modifier and Type | Class and Description |
---|---|
class |
StreamExecutor
An implementation of
Executor that is backed by a StreamExecutionEnvironment . |
Modifier and Type | Method and Description |
---|---|
Executor |
StreamExecutorFactory.create(Map<String,String> properties) |
Executor |
StreamExecutorFactory.create(Map<String,String> properties,
StreamExecutionEnvironment executionEnvironment)
Creates a corresponding
StreamExecutor . |
Modifier and Type | Method and Description |
---|---|
Planner |
StreamPlannerFactory.create(Map<String,String> properties,
Executor executor,
TableConfig tableConfig,
FunctionCatalog functionCatalog,
CatalogManager catalogManager) |
Modifier and Type | Class and Description |
---|---|
class |
BatchExecutor
An implementation of
Executor that is backed by a StreamExecutionEnvironment . |
class |
ExecutorBase
An implementation of
Executor that is backed by a StreamExecutionEnvironment . |
Modifier and Type | Method and Description |
---|---|
Executor |
BlinkExecutorFactory.create(Map<String,String> properties) |
Executor |
BlinkExecutorFactory.create(Map<String,String> properties,
StreamExecutionEnvironment executionEnvironment)
Creates a corresponding
ExecutorBase . |
Modifier and Type | Method and Description |
---|---|
Planner |
BlinkPlannerFactory.create(Map<String,String> properties,
Executor executor,
TableConfig tableConfig,
FunctionCatalog functionCatalog,
CatalogManager catalogManager) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.