| Class | Description |
|---|---|
| ExecutorNotifier |
This class is used to coordinate between two components, where one component has an executor
following the mailbox model and the other component notifies it when needed.
|
| SourceCoordinator<SplitT extends org.apache.flink.api.connector.source.SourceSplit,EnumChkT> |
The default implementation of the
OperatorCoordinator for the Source. |
| SourceCoordinatorContext<SplitT extends org.apache.flink.api.connector.source.SourceSplit> |
A context class for the
OperatorCoordinator. |
| SourceCoordinatorProvider<SplitT extends org.apache.flink.api.connector.source.SourceSplit> |
The provider of
SourceCoordinator. |
| SourceCoordinatorProvider.CoordinatorExecutorThreadFactory |
A thread factory class that provides some helper methods.
|
| SourceCoordinatorSerdeUtils |
A serialization util class for the
SourceCoordinator. |
| SplitAssignmentTracker<SplitT extends org.apache.flink.api.connector.source.SourceSplit> |
A class that is responsible for tracking the past split assignments made by
SplitEnumerator. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.