| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint |
| Modifier and Type | Method and Description |
|---|---|
List<StateForTask> |
PendingCheckpoint.getCollectedStates() |
List<StateForTask> |
CompletedCheckpoint.getStates() |
| Constructor and Description |
|---|
CompletedCheckpoint(org.apache.flink.api.common.JobID job,
long checkpointID,
long timestamp,
long completionTimestamp,
ArrayList<StateForTask> states) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.