| Package | Description |
|---|---|
| org.apache.flink.datastream.api.stream |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GlobalStream.ProcessConfigurableAndGlobalStream<T>
This interface represents a configurable
GlobalStream. |
| Modifier and Type | Method and Description |
|---|---|
GlobalStream<T> |
NonKeyedPartitionStream.global()
Coalesce this stream to a
GlobalStream. |
GlobalStream<T> |
KeyedPartitionStream.global()
Coalesce this stream to a
GlobalStream. |
| 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. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.