| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.checkpoint.savepoint |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
CompletedCheckpoint.getTaskState(JobVertexID jobVertexID) |
| Modifier and Type | Method and Description |
|---|---|
Map<JobVertexID,TaskState> |
CompletedCheckpoint.getTaskStates() |
Map<JobVertexID,TaskState> |
PendingCheckpoint.getTaskStates() |
| Constructor and Description |
|---|
CompletedCheckpoint(org.apache.flink.api.common.JobID job,
long checkpointID,
long timestamp,
long completionTimestamp,
Map<JobVertexID,TaskState> taskStates) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaskState> |
Savepoint.getTaskStates()
Returns the snapshotted task states.
|
Collection<TaskState> |
SavepointV0.getTaskStates() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.