Skip to content

Latest commit

 

History

History
50 lines (24 loc) · 1.43 KB

File metadata and controls

50 lines (24 loc) · 1.43 KB
graph LR
    StateManager["StateManager"]
    StateBackend["StateBackend"]
    CheckpointCoordinator["CheckpointCoordinator"]
    StatefulOperator["StatefulOperator"]
Loading

CodeBoardingDemoContact

Details

One paragraph explaining the functionality which is represented by this graph. What the main flow is and what is its purpose.

StateManager

Manages the overall state of the dataflow, including recovery and persistence.

Related Classes/Methods:

StateBackend

Handles the underlying storage and retrieval of state.

Related Classes/Methods:

CheckpointCoordinator

Orchestrates the saving of state for fault tolerance.

Related Classes/Methods:

StatefulOperator

An operator that maintains and updates state during data processing.

Related Classes/Methods: