Package | Description |
---|---|
org.apache.flink.runtime.rest.handler.job.checkpoints | |
org.apache.flink.runtime.rest.messages.checkpoints |
Modifier and Type | Method and Description |
---|---|
protected CheckpointingStatistics |
CheckpointingStatisticsHandler.handleCheckpointStatsRequest(HandlerRequest<EmptyRequestBody> request,
CheckpointStatsSnapshot checkpointStatsSnapshot) |
Constructor and Description |
---|
CheckpointingStatisticsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,CheckpointingStatistics,JobMessageParameters> messageHeaders,
org.apache.flink.shaded.guava31.com.google.common.cache.Cache<JobID,CompletableFuture<CheckpointStatsSnapshot>> checkpointStatsSnapshotCache,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
Class<CheckpointingStatistics> |
CheckpointingStatisticsHeaders.getResponseClass() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.