Package | Description |
---|---|
org.apache.flink.runtime.rest.messages.checkpoints |
Modifier and Type | Class and Description |
---|---|
class |
TaskCheckpointStatisticsWithSubtaskDetails
Task checkpoint statistics which also includes information about the sub task checkpoint
statistics.
|
Modifier and Type | Method and Description |
---|---|
Map<JobVertexID,TaskCheckpointStatistics> |
CheckpointStatistics.getCheckpointStatisticsPerTask() |
Constructor and Description |
---|
CompletedCheckpointStatistics(long id,
CheckpointStatsStatus status,
boolean savepoint,
long triggerTimestamp,
long latestAckTimestamp,
long stateSize,
long duration,
long alignmentBuffered,
long processedData,
long persistedData,
int numSubtasks,
int numAckSubtasks,
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType,
Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask,
String externalPath,
boolean discarded) |
FailedCheckpointStatistics(long id,
CheckpointStatsStatus status,
boolean savepoint,
long triggerTimestamp,
long latestAckTimestamp,
long stateSize,
long duration,
long alignmentBuffered,
long processedData,
long persistedData,
int numSubtasks,
int numAckSubtasks,
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType,
Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask,
long failureTimestamp,
String failureMessage) |
PendingCheckpointStatistics(long id,
CheckpointStatsStatus status,
boolean savepoint,
long triggerTimestamp,
long latestAckTimestamp,
long stateSize,
long duration,
long alignmentBuffered,
long processedData,
long persistedData,
int numSubtasks,
int numAckSubtasks,
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType,
Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.