| Package | Description |
|---|---|
| org.apache.flink.datastream.impl | |
| org.apache.flink.datastream.impl.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionContextEnvironment
Special
ExecutionEnvironment that will be used in cases where the CLI client or testing
utilities create a ExecutionEnvironment that should be used when ExecutionEnvironment.getInstance() ()} is called. |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionEnvironmentImpl |
ProcessConfigureHandle.environment |
protected ExecutionEnvironmentImpl |
AbstractDataStream.environment |
| Modifier and Type | Method and Description |
|---|---|
ExecutionEnvironmentImpl |
AbstractDataStream.getEnvironment() |
| Constructor and Description |
|---|
AbstractDataStream(ExecutionEnvironmentImpl environment,
org.apache.flink.api.dag.Transformation<T> transformation) |
BroadcastStreamImpl(ExecutionEnvironmentImpl environment,
org.apache.flink.api.dag.Transformation<T> transformation) |
GlobalStreamImpl(ExecutionEnvironmentImpl environment,
org.apache.flink.api.dag.Transformation<T> transformation) |
NonKeyedPartitionStreamImpl(ExecutionEnvironmentImpl environment,
org.apache.flink.api.dag.Transformation<T> transformation) |
ProcessConfigureHandle(ExecutionEnvironmentImpl environment,
org.apache.flink.api.dag.Transformation<T> transformation) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.