See: Description
| Class | Description |
|---|---|
| AbstractStreamOperatorCompat<OutputT> |
Compatibility layer for
AbstractStreamOperator breaking changes. |
| DoFnOperator<InputT,OutputT> |
Flink operator for executing
DoFns. |
| DoFnOperator.BufferedOutputManager<OutputT> |
A
DoFnRunners.OutputManager that can buffer its outputs. |
| DoFnOperator.MultiOutputOutputManagerFactory<OutputT> |
Implementation of
OutputManagerFactory that creates an DoFnOperator.BufferedOutputManager
that can write to multiple logical outputs by Flink side output. |
| ExecutableStageDoFnOperator<InputT,OutputT> |
This operator is the streaming equivalent of the
FlinkExecutableStageFunction. |
| FlinkKeyUtils |
Utility functions for dealing with key encoding.
|
| KvToByteBufferKeySelector<K,V> |
KeySelector that retrieves a key from a KV. |
| SdfByteBufferKeySelector<K,V> |
KeySelector that retrieves a key from a KV<KV<element, KV<restriction,
watermarkState>>, size>. |
| SingletonKeyedWorkItem<K,ElemT> |
Singleton keyed word item.
|
| SingletonKeyedWorkItemCoder<K,ElemT> |
Singleton keyed work item coder.
|
| SplittableDoFnOperator<InputT,OutputT,RestrictionT> |
Flink operator for executing splittable
DoFns. |
| WindowDoFnOperator<K,InputT,OutputT> |
Flink operator for executing window
DoFns. |
| WorkItemKeySelector<K,V> |
KeySelector that retrieves a key from a KeyedWorkItem. |