| Package | Description |
|---|---|
| org.apache.flink.datastream.api.stream |
| Modifier and Type | Method and Description |
|---|---|
<T_OTHER,OUT> |
GlobalStream.connectAndProcess(GlobalStream<T_OTHER> other,
TwoInputNonBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)
Apply a two input operation to this and other
GlobalStream. |
GlobalStream.ProcessConfigurableAndGlobalStream<T1> |
GlobalStream.TwoGlobalStreams.getFirst()
Get the first stream.
|
GlobalStream.ProcessConfigurableAndGlobalStream<T2> |
GlobalStream.TwoGlobalStreams.getSecond()
Get the second stream.
|
<OUT> GlobalStream.ProcessConfigurableAndGlobalStream<OUT> |
GlobalStream.process(OneInputStreamProcessFunction<T,OUT> processFunction)
Apply an operation to this
GlobalStream. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.