Interface KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T>
-
- All Superinterfaces:
DataStream,KeyedPartitionStream<K,T>,ProcessConfigurable<KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T>>
- Enclosing interface:
- KeyedPartitionStream<K,T>
@Experimental public static interface KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T> extends KeyedPartitionStream<K,T>, ProcessConfigurable<KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T>>
This interface represents a configurableKeyedPartitionStream.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.flink.datastream.api.stream.KeyedPartitionStream
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T>, KeyedPartitionStream.ProcessConfigurableAndTwoKeyedPartitionStreams<K,T1,T2>
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.datastream.api.stream.KeyedPartitionStream
broadcast, connectAndProcess, connectAndProcess, connectAndProcess, connectAndProcess, global, keyBy, process, process, process, process, shuffle, toSink
-
Methods inherited from interface org.apache.flink.datastream.api.stream.ProcessConfigurable
withMaxParallelism, withName, withParallelism, withSlotSharingGroup, withUid
-
-