| Package | Description |
|---|---|
| org.apache.flink.datastream.api | |
| org.apache.flink.datastream.api.stream |
| Class and Description |
|---|
| NonKeyedPartitionStream
This interface represents a kind of partitioned data stream.
|
| Class and Description |
|---|
| BroadcastStream
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
This interface represents a stream that force single parallelism.
|
| GlobalStream.ProcessConfigurableAndGlobalStream
This interface represents a configurable
GlobalStream. |
| GlobalStream.TwoGlobalStreams
This class represents a combination of two
GlobalStream. |
| KeyedPartitionStream
This interface represents a kind of partitioned data stream.
|
| KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream
This interface represents a configurable
KeyedPartitionStream. |
| KeyedPartitionStream.TwoKeyedPartitionStreams
This class represents a combination of two
KeyedPartitionStream. |
| NonKeyedPartitionStream
This interface represents a kind of partitioned data stream.
|
| NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream
This interface represents a configurable
NonKeyedPartitionStream. |
| NonKeyedPartitionStream.TwoNonKeyedPartitionStreams
This interface represents a combination of two
NonKeyedPartitionStream. |
| ProcessConfigurable
This represents the configuration handle of processing.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.