| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph |
| Modifier and Type | Method and Description |
|---|---|
JobVertexInputInfo |
VertexInputInfoStore.get(JobVertexID jobVertexId,
IntermediateDataSetID resultId)
Get a
JobVertexInputInfo. |
JobVertexInputInfo |
InternalExecutionGraphAccessor.getJobVertexInputInfo(JobVertexID jobVertexId,
IntermediateDataSetID resultId)
Get the input info of a certain input of a certain job vertex.
|
JobVertexInputInfo |
DefaultExecutionGraph.getJobVertexInputInfo(JobVertexID jobVertexId,
IntermediateDataSetID resultId) |
| Modifier and Type | Method and Description |
|---|---|
static Map<IntermediateDataSetID,JobVertexInputInfo> |
VertexInputInfoComputationUtils.computeVertexInputInfos(ExecutionJobVertex ejv,
java.util.function.Function<IntermediateDataSetID,IntermediateResult> intermediateResultRetriever) |
static Map<IntermediateDataSetID,JobVertexInputInfo> |
VertexInputInfoComputationUtils.computeVertexInputInfos(int parallelism,
List<? extends IntermediateResultInfo> inputs,
boolean isDynamicGraph) |
Map<IntermediateDataSetID,JobVertexInputInfo> |
ParallelismAndInputInfos.getJobVertexInputInfos() |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexInputInfoStore.put(JobVertexID jobVertexId,
IntermediateDataSetID resultId,
JobVertexInputInfo info)
Put a
JobVertexInputInfo. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionGraph.initializeJobVertex(ExecutionJobVertex ejv,
long createTimestamp,
Map<IntermediateDataSetID,JobVertexInputInfo> jobVertexInputInfos)
Initialize the given execution job vertex, mainly includes creating execution vertices
according to the parallelism, and connecting to the predecessors.
|
void |
DefaultExecutionGraph.initializeJobVertex(ExecutionJobVertex ejv,
long createTimestamp,
Map<IntermediateDataSetID,JobVertexInputInfo> jobVertexInputInfos) |
| Constructor and Description |
|---|
ParallelismAndInputInfos(int parallelism,
Map<IntermediateDataSetID,JobVertexInputInfo> jobVertexInputInfos) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.