| AbstractCheckpointStats |
Base class for checkpoint statistics.
|
| AbstractCompleteCheckpointStore |
|
| CheckpointCoordinator |
The checkpoint coordinator coordinates the distributed snapshots of operators and state.
|
| CheckpointCoordinatorDeActivator |
This actor listens to changes in the JobStatus and activates or deactivates the periodic
checkpoint scheduler.
|
| CheckpointFailureManager |
The checkpoint failure manager which centralized manage checkpoint failure processing logic.
|
| CheckpointMetaData |
Encapsulates all the meta data for a checkpoint.
|
| CheckpointMetrics |
A collection of simple metrics, around the triggering of a checkpoint.
|
| CheckpointMetricsBuilder |
|
| CheckpointOptions |
Options for performing the checkpoint.
|
| CheckpointProperties |
The configuration of a checkpoint.
|
| Checkpoints |
A utility class with the methods to write/load/dispose the checkpoint and savepoint metadata.
|
| CheckpointsCleaner |
Delegate class responsible for checkpoints cleaning and counting the number of checkpoints yet to
clean.
|
| CheckpointStatsCounts |
Counts of checkpoints.
|
| CheckpointStatsHistory |
An array based history of checkpoint stats.
|
| CheckpointStatsSnapshot |
A snapshot of the checkpoint stats.
|
| CheckpointType |
The type of checkpoint to perform.
|
| CompletedCheckpoint |
A CompletedCheckpoint describes a checkpoint after all required tasks acknowledged it (with their
state) and that is considered successful.
|
| CompletedCheckpointStats |
Statistics for a successfully completed checkpoint.
|
| CompletedCheckpointStatsSummary |
Summary over all completed checkpoints.
|
| CompletedCheckpointStatsSummarySnapshot |
|
| DefaultCheckpointPlan |
|
| DefaultCheckpointPlanCalculator |
|
| DefaultCheckpointStatsTracker |
|
| DefaultCompletedCheckpointStore<R extends ResourceVersion<R>> |
|
| DefaultCompletedCheckpointStoreUtils |
|
| DefaultLastStateConnectionStateListener |
A simple ConnectionState listener that remembers the last state.
|
| EmbeddedCompletedCheckpointStore |
An embedded in-memory checkpoint store, which supports shutdown and suspend.
|
| FailedCheckpointStats |
Statistics for a failed checkpoint.
|
| FinishedOperatorSubtaskState |
|
| FullyFinishedOperatorState |
A special operator state implementation representing the operators whose instances are all
finished.
|
| InflightDataRescalingDescriptor |
Captures ambiguous mappings of old channels to new channels for a particular gate or partition.
|
| InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor |
Captures ambiguous mappings of old channels to new channels.
|
| JobManagerTaskRestore |
This class encapsulates the data from the job manager to restore a task.
|
| MappingBasedRepartitioner<T> |
A repartitioner that assigns the same channel state to multiple subtasks according to some
mapping.
|
| MasterState |
Simple encapsulation of state generated by checkpoint coordinator.
|
| OperatorState |
Simple container class which contains the raw/managed operator state and key-group state handles
from all subtasks of an operator and therefore represents the complete state of a logical
operator.
|
| OperatorSubtaskState |
This class encapsulates the state for one parallel instance of an operator.
|
| OperatorSubtaskState.Builder |
|
| PendingCheckpoint |
A pending checkpoint is a checkpoint that has been started, but has not been acknowledged by all
tasks that need to acknowledge it.
|
| PendingCheckpointStats |
Statistics for a pending checkpoint that is still in progress.
|
| PerJobCheckpointRecoveryFactory<T extends CompletedCheckpointStore> |
|
| PrioritizedOperatorSubtaskState |
This class is a wrapper over multiple alternative OperatorSubtaskState that are (partial)
substitutes for each other and imposes a priority ordering over all alternatives for the
different states which define an order in which the operator should attempt to restore the state
from them.
|
| PrioritizedOperatorSubtaskState.Builder |
A builder for PrioritizedOperatorSubtaskState.
|
| RescaleMappings |
Contains the fine-grain channel mappings that occur when a connected operator has been rescaled.
|
| RestoredCheckpointStats |
Statistics for a restored checkpoint.
|
| RoundRobinOperatorStateRepartitioner |
|
| SavepointType |
The type of checkpoint to perform.
|
| StandaloneCheckpointIDCounter |
|
| StandaloneCheckpointRecoveryFactory |
|
| StandaloneCompletedCheckpointStore |
|
| StateAssignmentOperation |
This class encapsulates the operation of assigning restored state when restoring from a
checkpoint.
|
| StateObjectCollection<T extends StateObject> |
This class represents a generic collection for StateObjects.
|
| StateObjectCollectionSerializer |
|
| StatsSummary |
Aggregated values of some measurement such as min/max/average state size.
|
| StatsSummarySnapshot |
|
| SubTaskInitializationMetrics |
A collection of simple metrics, around the triggering of a checkpoint.
|
| SubTaskInitializationMetricsBuilder |
|
| SubtaskState |
Deprecated.
|
| SubtaskStateStats |
Statistics for a single subtask that is part of a checkpoint.
|
| TaskState |
Deprecated.
|
| TaskStateSnapshot |
This class encapsulates state handles to the snapshots of all operator instances executed within
one task.
|
| TaskStateStats |
Statistics for a single task/operator that gathers all statistics of its subtasks and provides
summary statistics about all subtasks.
|
| TaskStateStats.TaskStateStatsSummary |
Summary of the subtask stats of a single task/operator.
|
| VertexFinishedStateChecker |
This class encapsulates the operation that checks if there are illegal modification to the
JobGraph when restoring from a checkpoint with partially or fully finished operator states.
|
| ZooKeeperCheckpointIDCounter |
|
| ZooKeeperCheckpointRecoveryFactory |
|