Package | Description |
---|---|
org.apache.flink.runtime.rest.messages.checkpoints |
Modifier and Type | Class and Description |
---|---|
static class |
SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
Checkpoint statistics for a completed subtask checkpoint.
|
static class |
SubtaskCheckpointStatistics.PendingSubtaskCheckpointStatistics
Checkpoint statistics for a pending subtask checkpoint.
|
Modifier and Type | Method and Description |
---|---|
List<SubtaskCheckpointStatistics> |
TaskCheckpointStatisticsWithSubtaskDetails.getSubtaskCheckpointStatistics() |
Constructor and Description |
---|
TaskCheckpointStatisticsWithSubtaskDetails(long checkpointId,
CheckpointStatsStatus checkpointStatus,
long latestAckTimestamp,
long stateSize,
long duration,
long alignmentBuffered,
int numSubtasks,
int numAckSubtasks,
TaskCheckpointStatisticsWithSubtaskDetails.Summary summary,
List<SubtaskCheckpointStatistics> subtaskCheckpointStatistics) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.