| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
CompletedCheckpointStats
Statistics for a successfully completed checkpoint.
|
class |
FailedCheckpointStats
Statistics for a failed checkpoint.
|
class |
PendingCheckpointStats
Statistics for a pending checkpoint that is still in progress.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCheckpointStats |
CheckpointStatsHistory.getCheckpointById(long checkpointId) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<AbstractCheckpointStats> |
CheckpointStatsHistory.getCheckpoints() |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.