Uses of Class
org.apache.flink.datastream.impl.ExecutionEnvironmentImpl
Packages that use ExecutionEnvironmentImpl
-
Uses of ExecutionEnvironmentImpl in org.apache.flink.datastream.impl
Subclasses of ExecutionEnvironmentImpl in org.apache.flink.datastream.implModifier and TypeClassDescriptionclassSpecialExecutionEnvironmentthat 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 ExecutionEnvironmentImplModifier and TypeFieldDescriptionprotected final ExecutionEnvironmentImplAbstractDataStream.environmentprotected final ExecutionEnvironmentImplProcessConfigureHandle.environmentMethods in org.apache.flink.datastream.impl.stream that return ExecutionEnvironmentImplConstructors in org.apache.flink.datastream.impl.stream with parameters of type ExecutionEnvironmentImplModifierConstructorDescriptionAbstractDataStream(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)