Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails
-
Packages that use TaskCheckpointStatisticsWithSubtaskDetails Package Description org.apache.flink.runtime.rest.handler.job.checkpoints org.apache.flink.runtime.rest.messages.checkpoints -
-
Uses of TaskCheckpointStatisticsWithSubtaskDetails in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return TaskCheckpointStatisticsWithSubtaskDetails Modifier and Type Method Description protected TaskCheckpointStatisticsWithSubtaskDetailsTaskCheckpointStatisticDetailsHandler. handleCheckpointRequest(HandlerRequest<EmptyRequestBody> request, AbstractCheckpointStats checkpointStats)Constructor parameters in org.apache.flink.runtime.rest.handler.job.checkpoints with type arguments of type TaskCheckpointStatisticsWithSubtaskDetails Constructor Description TaskCheckpointStatisticDetailsHandler(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 Modifier and Type Method Description Class<TaskCheckpointStatisticsWithSubtaskDetails>TaskCheckpointStatisticsHeaders. getResponseClass()
-