| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph |
| 限定符和类型 | 方法和说明 |
|---|---|
ArchivedExecutionVertex |
ExecutionVertex.archive() |
ArchivedExecutionVertex[] |
ArchivedExecutionJobVertex.getTaskVertices() |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<ArchivedExecutionVertex> |
ArchivedExecutionGraph.getAllExecutionVertices() |
| 构造器和说明 |
|---|
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.