Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
Packages that use CheckpointStatistics Package Description org.apache.flink.runtime.rest.handler.job.checkpoints org.apache.flink.runtime.rest.messages.checkpoints -
-
Uses of CheckpointStatistics in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return CheckpointStatistics Modifier and Type Method Description protected CheckpointStatisticsCheckpointStatisticDetailsHandler. handleCheckpointRequest(HandlerRequest<EmptyRequestBody> ignored, AbstractCheckpointStats checkpointStats)Constructor parameters in org.apache.flink.runtime.rest.handler.job.checkpoints with type arguments of type CheckpointStatistics Constructor Description CheckpointStatisticDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,CheckpointStatistics,CheckpointMessageParameters> messageHeaders, Executor executor, org.apache.flink.shaded.guava32.com.google.common.cache.Cache<org.apache.flink.api.common.JobID,CompletableFuture<CheckpointStatsSnapshot>> checkpointStatsSnapshotCache, CheckpointStatsCache checkpointStatsCache) -
Uses of CheckpointStatistics in org.apache.flink.runtime.rest.messages.checkpoints
Subclasses of CheckpointStatistics in org.apache.flink.runtime.rest.messages.checkpoints Modifier and Type Class Description static classCheckpointStatistics.CompletedCheckpointStatisticsStatistics for a completed checkpoint.static classCheckpointStatistics.FailedCheckpointStatisticsStatistics for a failed checkpoint.static classCheckpointStatistics.PendingCheckpointStatisticsStatistics for a pending checkpoint.Methods in org.apache.flink.runtime.rest.messages.checkpoints that return CheckpointStatistics Modifier and Type Method Description static CheckpointStatisticsCheckpointStatistics. generateCheckpointStatistics(AbstractCheckpointStats checkpointStats, boolean includeTaskCheckpointStatistics)Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type CheckpointStatistics Modifier and Type Method Description List<CheckpointStatistics>CheckpointingStatistics. getHistory()Class<CheckpointStatistics>CheckpointStatisticDetailsHeaders. getResponseClass()Constructor parameters in org.apache.flink.runtime.rest.messages.checkpoints with type arguments of type CheckpointStatistics Constructor Description CheckpointingStatistics(CheckpointingStatistics.Counts counts, CheckpointingStatistics.Summary summary, CheckpointingStatistics.LatestCheckpoints latestCheckpoints, List<CheckpointStatistics> history)
-