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