| 接口 | 说明 |
|---|---|
| BroadcastStream<T> |
This interface represents a stream that each parallel task processes the same data.
|
| DataStream |
This is the topmost base interface of all streams of DataStream V2 API.
|
| GlobalStream<T> |
This interface represents a stream that force single parallelism.
|
| GlobalStream.ProcessConfigurableAndGlobalStream<T> |
This interface represents a configurable
GlobalStream. |
| GlobalStream.TwoGlobalStreams<T1,T2> |
This class represents a combination of two
GlobalStream. |
| KeyedPartitionStream<K,T> |
This interface represents a kind of partitioned data stream.
|
| KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,T> |
This interface represents a configurable
KeyedPartitionStream. |
| KeyedPartitionStream.TwoKeyedPartitionStreams<K,T1,T2> |
This class represents a combination of two
KeyedPartitionStream. |
| NonKeyedPartitionStream<T> |
This interface represents a kind of partitioned data stream.
|
| NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<T> |
This interface represents a configurable
NonKeyedPartitionStream. |
| NonKeyedPartitionStream.TwoNonKeyedPartitionStreams<T1,T2> |
This interface represents a combination of two
NonKeyedPartitionStream. |
| ProcessConfigurable<T extends ProcessConfigurable<T>> |
This represents the configuration handle of processing.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.