| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected CheckpointStatistics |
CheckpointStatisticDetailsHandler.handleCheckpointRequest(HandlerRequest<EmptyRequestBody,CheckpointMessageParameters> ignored,
AbstractCheckpointStats checkpointStats) |
| Constructor and Description |
|---|
CheckpointStatisticDetailsHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,CheckpointStatistics,CheckpointMessageParameters> messageHeaders,
ExecutionGraphCache executionGraphCache,
Executor executor,
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–2020 The Apache Software Foundation. All rights reserved.