| Package | Description |
|---|---|
| org.apache.flink.datastream.api.stream |
| Modifier and Type | Method and Description |
|---|---|
<OUT1,OUT2> |
KeyedPartitionStream.process(TwoOutputStreamProcessFunction<T,OUT1,OUT2> processFunction,
org.apache.flink.api.java.functions.KeySelector<OUT1,K> keySelector1,
org.apache.flink.api.java.functions.KeySelector<OUT2,K> keySelector2)
Apply a two output operation to this
KeyedPartitionStream. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.