| 程序包 | 说明 |
|---|---|
| org.apache.flink.datastream.api | |
| org.apache.flink.datastream.api.stream |
| 限定符和类型 | 方法和说明 |
|---|---|
<OUT> NonKeyedPartitionStream<OUT> |
ExecutionEnvironment.fromSource(org.apache.flink.api.connector.dsv2.Source<OUT> source,
String sourceName) |
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<T>
This interface represents a configurable
NonKeyedPartitionStream. |
| 限定符和类型 | 方法和说明 |
|---|---|
NonKeyedPartitionStream<T> |
NonKeyedPartitionStream.shuffle()
Transform this stream to a new
NonKeyedPartitionStream, data will be shuffled between
these two streams. |
NonKeyedPartitionStream<T> |
GlobalStream.shuffle()
Transform this stream to a new
NonKeyedPartitionStream, data will be shuffled between
these two streams. |
NonKeyedPartitionStream<T> |
KeyedPartitionStream.shuffle()
Transform this stream to a new
NonKeyedPartitionStream, data will be shuffled between
these two streams. |
| 限定符和类型 | 方法和说明 |
|---|---|
<T_OTHER,OUT> |
BroadcastStream.connectAndProcess(NonKeyedPartitionStream<T_OTHER> other,
TwoInputBroadcastStreamProcessFunction<T_OTHER,T,OUT> processFunction)
Apply a two input operation to this and other
NonKeyedPartitionStream. |
<T_OTHER,OUT> |
NonKeyedPartitionStream.connectAndProcess(NonKeyedPartitionStream<T_OTHER> other,
TwoInputNonBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)
Apply to a two input operation on this and other
NonKeyedPartitionStream. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.