| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint |
| Modifier and Type | Method and Description |
|---|---|
TaskStateStats |
AbstractCheckpointStats.getTaskStateStats(JobVertexID jobVertexId)
Returns the task state stats for the given job vertex ID or
null if no task with
such an ID is available. |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaskStateStats> |
AbstractCheckpointStats.getAllTaskStateStats()
Returns all task state stats instances.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.