Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
Packages that use CheckpointingStatistics Package Description org.apache.flink.runtime.rest.handler.job.checkpoints org.apache.flink.runtime.rest.messages.checkpoints -
-
Uses of CheckpointingStatistics in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return CheckpointingStatistics Modifier and Type Method Description protected CheckpointingStatisticsCheckpointingStatisticsHandler. handleCheckpointStatsRequest(HandlerRequest<EmptyRequestBody> request, CheckpointStatsSnapshot checkpointStatsSnapshot)Constructor parameters in org.apache.flink.runtime.rest.handler.job.checkpoints with type arguments of type CheckpointingStatistics Constructor Description CheckpointingStatisticsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,CheckpointingStatistics,JobMessageParameters> messageHeaders, org.apache.flink.shaded.guava32.com.google.common.cache.Cache<org.apache.flink.api.common.JobID,CompletableFuture<CheckpointStatsSnapshot>> checkpointStatsSnapshotCache, Executor executor) -
Uses of CheckpointingStatistics in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type CheckpointingStatistics Modifier and Type Method Description Class<CheckpointingStatistics>CheckpointingStatisticsHeaders. getResponseClass()
-