| Class | Description |
|---|---|
| AbstractDataStream<T> |
Base class for all streams.
|
| BroadcastStreamImpl<T> |
The implementation of
BroadcastStream. |
| GlobalStreamImpl<T> |
The implementation of
GlobalStream. |
| KeyedPartitionStreamImpl<K,V> |
The implementation of
KeyedPartitionStream. |
| NonKeyedPartitionStreamImpl<T> |
The implementation of
NonKeyedPartitionStream. |
| ProcessConfigurableAndGlobalStreamImpl<T> |
The implementation of
GlobalStream.ProcessConfigurableAndGlobalStream. |
| ProcessConfigurableAndKeyedPartitionStreamImpl<K,T> |
The implementation of
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream. |
| ProcessConfigurableAndNonKeyedPartitionStreamImpl<T> |
The implementation of
NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream. |
| ProcessConfigureHandle<T,S extends org.apache.flink.datastream.api.stream.ProcessConfigurable<S>> |
A handle to configure process function related things.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.