Class ProcessConfigurableAndTwoKeyedPartitionStreamsImpl<K,OUT1,OUT2>
java.lang.Object
org.apache.flink.datastream.impl.stream.ProcessConfigureHandle<OUT1,org.apache.flink.datastream.api.stream.KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,OUT1,OUT2>>
org.apache.flink.datastream.impl.stream.ProcessConfigurableAndTwoKeyedPartitionStreamsImpl<K,OUT1,OUT2>
- All Implemented Interfaces:
org.apache.flink.datastream.api.stream.KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,,OUT1, OUT2> org.apache.flink.datastream.api.stream.ProcessConfigurable<org.apache.flink.datastream.api.stream.KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,OUT1, OUT2>>
public class ProcessConfigurableAndTwoKeyedPartitionStreamsImpl<K,OUT1,OUT2>
extends ProcessConfigureHandle<OUT1,org.apache.flink.datastream.api.stream.KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,OUT1,OUT2>>
implements org.apache.flink.datastream.api.stream.KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,OUT1,OUT2>
ProcessConfigurableAndTwoKeyedPartitionStreamsImpl is used to hold the two output 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
ConstructorsConstructorDescriptionProcessConfigurableAndTwoKeyedPartitionStreamsImpl(ExecutionEnvironmentImpl environment, org.apache.flink.api.dag.Transformation<OUT1> transformation, KeyedPartitionStreamImpl<K, OUT1> firstStream, KeyedPartitionStreamImpl<K, 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
-
ProcessConfigurableAndTwoKeyedPartitionStreamsImpl
public ProcessConfigurableAndTwoKeyedPartitionStreamsImpl(ExecutionEnvironmentImpl environment, org.apache.flink.api.dag.Transformation<OUT1> transformation, KeyedPartitionStreamImpl<K, OUT1> firstStream, KeyedPartitionStreamImpl<K, OUT2> secondStream)
-
-
Method Details
-
getFirst
-
getSecond
-