Package | Description |
---|---|
org.apache.flink.runtime.rest.handler.job.checkpoints | |
org.apache.flink.runtime.rest.messages.checkpoints |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCheckpointHandler<R extends ResponseBody,M extends CheckpointMessageParameters>
Base class for checkpoint related REST handler.
|
Constructor and Description |
---|
CheckpointStatisticDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,CheckpointStatistics,CheckpointMessageParameters> messageHeaders,
Executor executor,
org.apache.flink.shaded.guava31.com.google.common.cache.Cache<JobID,CompletableFuture<CheckpointStatsSnapshot>> checkpointStatsSnapshotCache,
CheckpointStatsCache checkpointStatsCache) |
Modifier and Type | Class and Description |
---|---|
class |
TaskCheckpointMessageParameters
Message parameters for subtask related checkpoint message.
|
Modifier and Type | Method and Description |
---|---|
CheckpointMessageParameters |
CheckpointStatisticDetailsHeaders.getUnresolvedMessageParameters() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.