| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint.savepoint |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaskState> |
SavepointV1.getTaskStates() |
Collection<TaskState> |
Savepoint.getTaskStates()
Deprecated.
Only kept for backwards-compatibility with versionS < 1.3. Will be removed in the future.
|
Collection<TaskState> |
SavepointV2.getTaskStates() |
| Constructor and Description |
|---|
SavepointV1(long checkpointId,
Collection<TaskState> taskStates) |
SavepointV2(long checkpointId,
Collection<TaskState> taskStates)
Deprecated.
Only kept for backwards-compatibility with versions < 1.3. Will be removed in the future.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.