graph LR
StateManager["StateManager"]
StateBackend["StateBackend"]
CheckpointCoordinator["CheckpointCoordinator"]
StatefulOperator["StatefulOperator"]
One paragraph explaining the functionality which is represented by this graph. What the main flow is and what is its purpose.
Manages the overall state of the dataflow, including recovery and persistence.
Related Classes/Methods:
Handles the underlying storage and retrieval of state.
Related Classes/Methods:
Orchestrates the saving of state for fault tolerance.
Related Classes/Methods:
An operator that maintains and updates state during data processing.
Related Classes/Methods: