Package | Description |
---|---|
org.apache.flink.runtime.rest.handler.job.checkpoints | |
org.apache.flink.runtime.rest.messages.checkpoints |
Modifier and Type | Method and Description |
---|---|
protected CheckpointStatistics |
CheckpointStatisticDetailsHandler.handleCheckpointRequest(HandlerRequest<EmptyRequestBody,CheckpointMessageParameters> ignored,
AbstractCheckpointStats checkpointStats) |
Constructor and Description |
---|
CheckpointStatisticDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,CheckpointStatistics,CheckpointMessageParameters> messageHeaders,
ExecutionGraphCache executionGraphCache,
Executor executor,
CheckpointStatsCache checkpointStatsCache) |
Modifier and Type | Class and Description |
---|---|
static class |
CheckpointStatistics.CompletedCheckpointStatistics
Statistics for a completed checkpoint.
|
static class |
CheckpointStatistics.FailedCheckpointStatistics
Statistics for a failed checkpoint.
|
static class |
CheckpointStatistics.PendingCheckpointStatistics
Statistics for a pending checkpoint.
|
Modifier and Type | Method and Description |
---|---|
static CheckpointStatistics |
CheckpointStatistics.generateCheckpointStatistics(AbstractCheckpointStats checkpointStats,
boolean includeTaskCheckpointStatistics) |
Modifier and Type | Method and Description |
---|---|
List<CheckpointStatistics> |
CheckpointingStatistics.getHistory() |
Class<CheckpointStatistics> |
CheckpointStatisticDetailsHeaders.getResponseClass() |
Constructor and Description |
---|
CheckpointingStatistics(CheckpointingStatistics.Counts counts,
CheckpointingStatistics.Summary summary,
CheckpointingStatistics.LatestCheckpoints latestCheckpoints,
List<CheckpointStatistics> history) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.