| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.executiongraph |
| Class and Description |
|---|
| CheckpointCoordinator
The checkpoint coordinator coordinates the distributed snapshots of operators and state.
|
| PendingCheckpoint
A pending checkpoint is a checkpoint that has been started, but has not been
acknowledged by all tasks that need to acknowledge it.
|
| StateForTask
Simple bean to describe the state belonging to a parallel operator.
|
| SuccessfulCheckpoint
A successful checkpoint describes a checkpoint after all required tasks acknowledged it (with their state)
and that is considered completed.
|
| Class and Description |
|---|
| CheckpointCoordinator
The checkpoint coordinator coordinates the distributed snapshots of operators and state.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.