| Class | Description |
|---|---|
| AbstractCheckpointHandler<R extends ResponseBody,M extends CheckpointMessageParameters> |
Base class for checkpoint related REST handler.
|
| AbstractCheckpointStatsHandler<R extends ResponseBody,M extends JobMessageParameters> |
Abstract class for checkpoint handlers that will cache the
CheckpointStatsSnapshot
object. |
| CheckpointConfigHandler |
Handler which serves the checkpoint configuration.
|
| CheckpointHandlers |
HTTP handlers for asynchronous triggering of checkpoints.
|
| CheckpointHandlers.CheckpointStatusHandler |
HTTP handler to query for the status of the checkpoint.
|
| CheckpointHandlers.CheckpointTriggerHandler |
Handler for the checkpoint trigger operation.
|
| CheckpointingStatisticsHandler |
Handler which serves the checkpoint statistics.
|
| CheckpointStatisticDetailsHandler |
REST handler which returns the details for a checkpoint.
|
| CheckpointStatsCache |
A size-based cache of accessed checkpoints for completed and failed checkpoints.
|
| TaskCheckpointStatisticDetailsHandler |
REST handler which serves checkpoint statistics for subtasks.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.