| 程序包 | 说明 |
|---|---|
| org.apache.flink.datastream.api.stream |
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
GlobalStream.ProcessConfigurableAndGlobalStream<T>
This interface represents a configurable
GlobalStream. |
| 限定符和类型 | 方法和说明 |
|---|---|
GlobalStream<T> |
NonKeyedPartitionStream.global()
Coalesce this stream to a
GlobalStream. |
GlobalStream<T> |
KeyedPartitionStream.global()
Coalesce this stream to a
GlobalStream. |
| 限定符和类型 | 方法和说明 |
|---|---|
<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–2024 The Apache Software Foundation. All rights reserved.