Uses of Class
org.apache.flink.datastream.impl.ExecutionEnvironmentImpl
-
Packages that use ExecutionEnvironmentImpl Package Description org.apache.flink.datastream.impl org.apache.flink.datastream.impl.stream -
-
Uses of ExecutionEnvironmentImpl in org.apache.flink.datastream.impl
Subclasses of ExecutionEnvironmentImpl in org.apache.flink.datastream.impl Modifier and Type Class Description classExecutionContextEnvironmentSpecialExecutionEnvironmentthat will be used in cases where the CLI client or testing utilities create aExecutionEnvironmentthat should be used whenExecutionEnvironment.getInstance()()} is called. -
Uses of ExecutionEnvironmentImpl in org.apache.flink.datastream.impl.stream
Fields in org.apache.flink.datastream.impl.stream declared as ExecutionEnvironmentImpl Modifier and Type Field Description protected ExecutionEnvironmentImplAbstractDataStream. environmentprotected ExecutionEnvironmentImplProcessConfigureHandle. environmentMethods in org.apache.flink.datastream.impl.stream that return ExecutionEnvironmentImpl Modifier and Type Method Description ExecutionEnvironmentImplAbstractDataStream. getEnvironment()Constructors in org.apache.flink.datastream.impl.stream with parameters of type ExecutionEnvironmentImpl Constructor 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)ProcessConfigurableAndTwoKeyedPartitionStreamsImpl(ExecutionEnvironmentImpl environment, org.apache.flink.api.dag.Transformation<OUT1> transformation, KeyedPartitionStreamImpl<K,OUT1> firstStream, KeyedPartitionStreamImpl<K,OUT2> secondStream)ProcessConfigurableAndTwoNonKeyedPartitionStreamImpl(ExecutionEnvironmentImpl environment, org.apache.flink.api.dag.Transformation<OUT1> transformation, NonKeyedPartitionStreamImpl<OUT1> firstStream, NonKeyedPartitionStreamImpl<OUT2> secondStream)ProcessConfigureHandle(ExecutionEnvironmentImpl environment, org.apache.flink.api.dag.Transformation<T> transformation)
-