Class ProcessConfigurableAndTwoNonKeyedPartitionStreamImpl<OUT1,OUT2>
java.lang.Object
org.apache.flink.datastream.impl.stream.ProcessConfigureHandle<OUT1,org.apache.flink.datastream.api.stream.NonKeyedPartitionStream.ProcessConfigurableAndTwoNonKeyedPartitionStream<OUT1,OUT2>>
org.apache.flink.datastream.impl.stream.ProcessConfigurableAndTwoNonKeyedPartitionStreamImpl<OUT1,OUT2>
- All Implemented Interfaces:
org.apache.flink.datastream.api.stream.NonKeyedPartitionStream.ProcessConfigurableAndTwoNonKeyedPartitionStream<OUT1,,OUT2> org.apache.flink.datastream.api.stream.ProcessConfigurable<org.apache.flink.datastream.api.stream.NonKeyedPartitionStream.ProcessConfigurableAndTwoNonKeyedPartitionStream<OUT1,OUT2>>
public class ProcessConfigurableAndTwoNonKeyedPartitionStreamImpl<OUT1,OUT2>
extends ProcessConfigureHandle<OUT1,org.apache.flink.datastream.api.stream.NonKeyedPartitionStream.ProcessConfigurableAndTwoNonKeyedPartitionStream<OUT1,OUT2>>
implements org.apache.flink.datastream.api.stream.NonKeyedPartitionStream.ProcessConfigurableAndTwoNonKeyedPartitionStream<OUT1,OUT2>
ProcessConfigurableAndTwoNonKeyedPartitionStreamImpl is used to hold the two output
non-keyed streams and provide methods used for configuration.-
Field Summary
Fields inherited from class org.apache.flink.datastream.impl.stream.ProcessConfigureHandle
environment, transformation -
Constructor Summary
ConstructorsConstructorDescriptionProcessConfigurableAndTwoNonKeyedPartitionStreamImpl(ExecutionEnvironmentImpl environment, org.apache.flink.api.dag.Transformation<OUT1> transformation, NonKeyedPartitionStreamImpl<OUT1> firstStream, NonKeyedPartitionStreamImpl<OUT2> secondStream) -
Method Summary
Methods inherited from class org.apache.flink.datastream.impl.stream.ProcessConfigureHandle
canBeParallel, withMaxParallelism, withName, withParallelism, withSlotSharingGroup, withUidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.datastream.api.stream.ProcessConfigurable
withMaxParallelism, withName, withParallelism, withSlotSharingGroup, withUid
-
Constructor Details
-
ProcessConfigurableAndTwoNonKeyedPartitionStreamImpl
public ProcessConfigurableAndTwoNonKeyedPartitionStreamImpl(ExecutionEnvironmentImpl environment, org.apache.flink.api.dag.Transformation<OUT1> transformation, NonKeyedPartitionStreamImpl<OUT1> firstStream, NonKeyedPartitionStreamImpl<OUT2> secondStream)
-
-
Method Details