Uses of Class
org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Packages that use AbstractCheckpointStats Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.rest.handler.job.checkpoints org.apache.flink.runtime.rest.messages.checkpoints -
-
Uses of AbstractCheckpointStats in org.apache.flink.runtime.checkpoint
Subclasses of AbstractCheckpointStats in org.apache.flink.runtime.checkpoint Modifier and Type Class Description class
CompletedCheckpointStats
Statistics for a successfully completed checkpoint.class
FailedCheckpointStats
Statistics for a failed checkpoint.class
PendingCheckpointStats
Statistics for a pending checkpoint that is still in progress.Methods in org.apache.flink.runtime.checkpoint that return AbstractCheckpointStats Modifier and Type Method Description AbstractCheckpointStats
CheckpointStatsHistory. getCheckpointById(long checkpointId)
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type AbstractCheckpointStats Modifier and Type Method Description List<AbstractCheckpointStats>
CheckpointStatsHistory. getCheckpoints()
-
Uses of AbstractCheckpointStats in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return AbstractCheckpointStats Modifier and Type Method Description AbstractCheckpointStats
CheckpointStatsCache. tryGet(long checkpointId)
Try to look up a checkpoint by it's ID in the cache.Methods in org.apache.flink.runtime.rest.handler.job.checkpoints with parameters of type AbstractCheckpointStats Modifier and Type Method Description protected abstract R
AbstractCheckpointHandler. handleCheckpointRequest(HandlerRequest<EmptyRequestBody> request, AbstractCheckpointStats checkpointStats)
Called for each request with the correspondingAbstractCheckpointStats
instance.protected CheckpointStatistics
CheckpointStatisticDetailsHandler. handleCheckpointRequest(HandlerRequest<EmptyRequestBody> ignored, AbstractCheckpointStats checkpointStats)
protected TaskCheckpointStatisticsWithSubtaskDetails
TaskCheckpointStatisticDetailsHandler. handleCheckpointRequest(HandlerRequest<EmptyRequestBody> request, AbstractCheckpointStats checkpointStats)
void
CheckpointStatsCache. tryAdd(AbstractCheckpointStats checkpoint)
Try to add the checkpoint to the cache. -
Uses of AbstractCheckpointStats in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints with parameters of type AbstractCheckpointStats Modifier and Type Method Description static CheckpointStatistics
CheckpointStatistics. generateCheckpointStatistics(AbstractCheckpointStats checkpointStats, boolean includeTaskCheckpointStatistics)
-