| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
ArchivedExecutionVertex |
ExecutionVertex.archive() |
ArchivedExecutionVertex[] |
ArchivedExecutionJobVertex.getTaskVertices() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ArchivedExecutionVertex> |
ArchivedExecutionGraph.getAllExecutionVertices() |
| Constructor and Description |
|---|
ArchivedExecutionJobVertex(ArchivedExecutionVertex[] taskVertices,
JobVertexID id,
String name,
int parallelism,
int maxParallelism,
ResourceProfile resourceProfile,
StringifiedAccumulatorResult[] archivedUserAccumulators) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.