| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.messages.checkpoints |
| Modifier and Type | Method and Description |
|---|---|
TaskCheckpointStatisticsWithSubtaskDetails.Summary |
TaskCheckpointStatisticsWithSubtaskDetails.getSummary() |
| Constructor and Description |
|---|
TaskCheckpointStatisticsWithSubtaskDetails(long checkpointId,
CheckpointStatsStatus checkpointStatus,
long latestAckTimestamp,
long checkpointedSize,
long stateSize,
long duration,
long alignmentBuffered,
long processedData,
long persistedData,
int numSubtasks,
int numAckSubtasks,
TaskCheckpointStatisticsWithSubtaskDetails.Summary summary,
List<SubtaskCheckpointStatistics> subtaskCheckpointStatistics) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.