All Classes Interface Summary Class Summary
| Class |
Description |
| AbstractDataStream<T> |
Base class for all streams.
|
| AbstractPartitionedContext |
Abstract implementation class of BasePartitionedContext.
|
| AttributeParser |
|
| BaseKeyedProcessOperator<KEY,IN,OUT> |
Base operator for OneInputStreamProcessFunction in KeyedPartitionStream.
|
| BaseKeyedTwoInputNonBroadcastProcessOperator<KEY,IN1,IN2,OUT> |
Base operator for TwoInputNonBroadcastStreamProcessFunction in KeyedPartitionStream.
|
| BaseKeyedTwoOutputProcessOperator<KEY,IN,OUT_MAIN,OUT_SIDE> |
Base operator for TwoOutputStreamProcessFunction in KeyedPartitionStream.
|
| BroadcastStreamImpl<T> |
The implementation of BroadcastStream.
|
| BuiltinJoinFuncs |
Join-related implementations in BuiltinFuncs.
|
| BuiltinWindowFuncs |
Window-related implementations in BuiltinFuncs.
|
| DataStreamV2SinkTransformation<InputT,OutputT> |
The Transformation for DataStream V2 based sink.
|
| DataStreamV2SinkTransformationTranslator<Input,Output> |
|
| DefaultEventTimeManager |
The implementation of EventTimeManager.
|
| DefaultJobInfo |
Default implementation of JobInfo.
|
| DefaultNonPartitionedContext<OUT> |
The default implementation of NonPartitionedContext.
|
| DefaultOneInputWindowContext<K,IN,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
Default implementation of the OneInputWindowContext.
|
| DefaultPartitionedContext<OUT> |
The default implementation of PartitionedContext.
|
| DefaultProcessingTimeManager |
The default implementation of ProcessingTimeManager.
|
| DefaultRuntimeContext |
The default implementation of RuntimeContext.
|
| DefaultStateManager |
The default implementation of StateManager.
|
| DefaultTaskInfo |
Default implementation of TaskInfo.
|
| DefaultTwoInputWindowContext<K,IN1,IN2,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
Default implementation of the TwoInputWindowContext.
|
| DefaultTwoOutputNonPartitionedContext<OUT1,OUT2> |
The default implementation of TwoOutputNonPartitionedContext.
|
| DefaultTwoOutputPartitionedContext<OUT1,OUT2> |
The default implementation of TwoOutputPartitionedContext.
|
| DefaultWatermarkManager |
A default implementation of WatermarkManager.
|
| EventTimeExtensionImpl |
The implementation of EventTimeExtension.
|
| EventTimeWrappedOneInputStreamProcessFunction<IN,OUT> |
The wrapped OneInputEventTimeStreamProcessFunction that take care of event-time alignment
with idleness.
|
| EventTimeWrappedTwoInputBroadcastStreamProcessFunction<IN1,IN2,OUT> |
The wrapped TwoInputBroadcastEventTimeStreamProcessFunction that take care of event-time
alignment with idleness.
|
| EventTimeWrappedTwoInputNonBroadcastStreamProcessFunction<IN1,IN2,OUT> |
The wrapped TwoInputNonBroadcastEventTimeStreamProcessFunction that take care of
event-time alignment with idleness.
|
| EventTimeWrappedTwoOutputStreamProcessFunction<IN,OUT1,OUT2> |
The wrapped TwoOutputEventTimeStreamProcessFunction that take care of event-time
alignment with idleness.
|
| ExecutionContextEnvironment |
Special ExecutionEnvironment that will be used in cases where the CLI client or testing
utilities create a ExecutionEnvironment that should be used when ExecutionEnvironment.getInstance() ()} is called.
|
| ExecutionEnvironmentFactory |
Factory class for execution environments.
|
| ExecutionEnvironmentImpl |
The implementation of ExecutionEnvironment.
|
| ExtractEventTimeProcessFunction<IN> |
A specialized process function designed for extracting event timestamps.
|
| GlobalStreamImpl<T> |
The implementation of GlobalStream.
|
| InternalOneInputWindowStreamProcessFunction<IN,OUT,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
A class that wrap a OneInputWindowStreamProcessFunction to process function.
|
| InternalTwoInputWindowStreamProcessFunction<IN1,IN2,OUT,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
A class that wrap a TwoInputNonBroadcastWindowStreamProcessFunction to process function.
|
| InternalTwoOutputWindowStreamProcessFunction<IN,OUT1,OUT2,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
A class that wrap a TwoOutputWindowStreamProcessFunction to process function.
|
| KeyCheckedOutputCollector<KEY,OUT> |
This output checks whether the current key of the output record and the key extracted with a
specific key selector are exactly the same.
|
| KeyedPartitionStreamImpl<K,V> |
The implementation of KeyedPartitionStream.
|
| KeyedProcessOperator<KEY,IN,OUT> |
Operator for OneInputStreamProcessFunction in KeyedPartitionStream.
|
| KeyedTwoInputBroadcastProcessOperator<KEY,IN1,IN2,OUT> |
Operator for TwoInputBroadcastStreamProcessFunction in KeyedPartitionStream.
|
| KeyedTwoInputNonBroadcastProcessOperator<KEY,IN1,IN2,OUT> |
Operator for TwoInputNonBroadcastStreamProcessFunction in KeyedPartitionStream.
|
| KeyedTwoOutputProcessOperator<KEY,IN,OUT_MAIN,OUT_SIDE> |
|
| MergingWindowSet<W extends org.apache.flink.streaming.api.windowing.windows.Window> |
Utility for keeping track of merging Windows when using a MergingWindowAssigner in a WindowProcessOperator.
|
| MergingWindowSet.MergeFunction<W> |
|
| NonKeyedPartitionStreamImpl<T> |
The implementation of NonKeyedPartitionStream.
|
| OneInputWindowProcessOperator<K,IN,OUT,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
Operator for OneInputWindowStreamProcessFunction in KeyedPartitionStream.
|
| OutputCollector<OUT> |
The default implementation of Collector.
|
| ProcessConfigurableAndGlobalStreamImpl<T> |
The implementation of GlobalStream.ProcessConfigurableAndGlobalStream.
|
| ProcessConfigurableAndKeyedPartitionStreamImpl<K,T> |
The implementation of KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream.
|
| ProcessConfigurableAndNonKeyedPartitionStreamImpl<T> |
The implementation of NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream.
|
| ProcessConfigurableAndTwoKeyedPartitionStreamsImpl<K,OUT1,OUT2> |
|
| ProcessConfigurableAndTwoNonKeyedPartitionStreamImpl<OUT1,OUT2> |
|
| ProcessConfigureHandle<T,S extends org.apache.flink.datastream.api.stream.ProcessConfigurable<S>> |
A handle to configure process function related things.
|
| ProcessOperator<IN,OUT> |
Operator for OneInputStreamProcessFunction.
|
| StreamUtils |
This class encapsulates the common logic for all type of streams.
|
| TimestampCollector<OUT> |
The base Collector which take care of records timestamp.
|
| TwoInputBroadcastProcessOperator<IN1,IN2,OUT> |
Operator for TwoInputBroadcastStreamProcessFunction.
|
| TwoInputNonBroadcastJoinProcessFunction<IN1,IN2,OUT> |
Wrap the user-defined JoinFunction as TwoInputNonBroadcastStreamProcessFunction
to execute the Join operation within Join extension.
|
| TwoInputNonBroadcastJoinProcessOperator<K,IN1,IN2,OUT> |
Operator for executing the Join operation in Join extension.
|
| TwoInputNonBroadcastProcessOperator<IN1,IN2,OUT> |
Operator for TwoInputNonBroadcastStreamProcessFunction.
|
| TwoInputNonBroadcastWindowProcessOperator<K,IN1,IN2,OUT,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
Operator for TwoInputNonBroadcastWindowStreamProcessFunction in KeyedPartitionStream.
|
| TwoOutputProcessOperator<IN,OUT_MAIN,OUT_SIDE> |
Operator for TwoOutputStreamProcessFunction.
|
| TwoOutputWindowProcessOperator<K,IN,OUT_MAIN,OUT_SIDE,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
Operator for TwoOutputWindowStreamProcessFunction in KeyedPartitionStream.
|
| UnsupportedProcessingTimeManager |
The special implementation of ProcessingTimeManager, all its methods are not supported.
|
| WindowStateStore<K,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
This class provides methods to store and retrieve state associated with windows in WindowContext.
|
| WindowTriggerContext<K,IN,W extends org.apache.flink.streaming.api.windowing.windows.Window> |
WindowTriggerContext is a utility for handling Trigger invocations.
|
| WindowUtils |
Utilities for Window extension.
|