Uses of Class
org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
Packages that use AbstractCheckpointStats
Package
Description
-
Uses of AbstractCheckpointStats in org.apache.flink.runtime.checkpoint
Subclasses of AbstractCheckpointStats in org.apache.flink.runtime.checkpointModifier and TypeClassDescriptionclassStatistics for a successfully completed checkpoint.classStatistics for a failed checkpoint.classStatistics for a pending checkpoint that is still in progress.Methods in org.apache.flink.runtime.checkpoint that return AbstractCheckpointStatsMethods in org.apache.flink.runtime.checkpoint that return types with arguments of type AbstractCheckpointStats -
Uses of AbstractCheckpointStats in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return AbstractCheckpointStatsModifier and TypeMethodDescriptionCheckpointStatsCache.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 AbstractCheckpointStatsModifier and TypeMethodDescriptionprotected abstract RAbstractCheckpointHandler.handleCheckpointRequest(HandlerRequest<EmptyRequestBody> request, AbstractCheckpointStats checkpointStats) Called for each request with the correspondingAbstractCheckpointStatsinstance.protected CheckpointStatisticsCheckpointStatisticDetailsHandler.handleCheckpointRequest(HandlerRequest<EmptyRequestBody> ignored, AbstractCheckpointStats checkpointStats) TaskCheckpointStatisticDetailsHandler.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 AbstractCheckpointStatsModifier and TypeMethodDescriptionstatic CheckpointStatisticsCheckpointStatistics.generateCheckpointStatistics(AbstractCheckpointStats checkpointStats, boolean includeTaskCheckpointStatistics)