Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails
Packages that use TaskCheckpointStatisticsWithSubtaskDetails
Package
Description
-
Uses of TaskCheckpointStatisticsWithSubtaskDetails in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return TaskCheckpointStatisticsWithSubtaskDetailsModifier and TypeMethodDescriptionTaskCheckpointStatisticDetailsHandler.handleCheckpointRequest(HandlerRequest<EmptyRequestBody> request, AbstractCheckpointStats checkpointStats) Constructor parameters in org.apache.flink.runtime.rest.handler.job.checkpoints with type arguments of type TaskCheckpointStatisticsWithSubtaskDetailsModifierConstructorDescriptionTaskCheckpointStatisticDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String, String> responseHeaders, MessageHeaders<EmptyRequestBody, TaskCheckpointStatisticsWithSubtaskDetails, TaskCheckpointMessageParameters> 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 TaskCheckpointStatisticsWithSubtaskDetails in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type TaskCheckpointStatisticsWithSubtaskDetails