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 classCompletedCheckpointStatsStatistics for a successfully completed checkpoint.classFailedCheckpointStatsStatistics for a failed checkpoint.classPendingCheckpointStatsStatistics for a pending checkpoint that is still in progress.Methods in org.apache.flink.runtime.checkpoint that return AbstractCheckpointStats Modifier and Type Method Description AbstractCheckpointStatsCheckpointStatsHistory. 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 AbstractCheckpointStatsCheckpointStatsCache. 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 RAbstractCheckpointHandler. handleCheckpointRequest(HandlerRequest<EmptyRequestBody> request, AbstractCheckpointStats checkpointStats)Called for each request with the correspondingAbstractCheckpointStatsinstance.protected CheckpointStatisticsCheckpointStatisticDetailsHandler. handleCheckpointRequest(HandlerRequest<EmptyRequestBody> ignored, AbstractCheckpointStats checkpointStats)protected TaskCheckpointStatisticsWithSubtaskDetailsTaskCheckpointStatisticDetailsHandler. handleCheckpointRequest(HandlerRequest<EmptyRequestBody> request, AbstractCheckpointStats checkpointStats)voidCheckpointStatsCache. 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 CheckpointStatisticsCheckpointStatistics. generateCheckpointStatistics(AbstractCheckpointStats checkpointStats, boolean includeTaskCheckpointStatistics)
-