| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.scheduler.adaptivebatch |
| Modifier and Type | Method and Description |
|---|---|
IntermediateResult |
IntermediateResultPartition.getIntermediateResult() |
IntermediateResult[] |
ExecutionJobVertex.getProducedDataSets() |
| Modifier and Type | Method and Description |
|---|---|
Map<IntermediateDataSetID,IntermediateResult> |
DefaultExecutionGraph.getAllIntermediateResults() |
Map<IntermediateDataSetID,IntermediateResult> |
ExecutionGraph.getAllIntermediateResults() |
List<IntermediateResult> |
ExecutionJobVertex.getInputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionJobVertex.connectToPredecessors(Map<IntermediateDataSetID,IntermediateResult> intermediateDataSets) |
| Constructor and Description |
|---|
ExecutionVertex(ExecutionJobVertex jobVertex,
int subTaskIndex,
IntermediateResult[] producedDataSets,
org.apache.flink.api.common.time.Time timeout,
long createTimestamp,
int maxPriorExecutionHistoryLength,
int initialAttemptCount)
Creates an ExecutionVertex.
|
IntermediateResultPartition(IntermediateResult totalResult,
ExecutionVertex producer,
int partitionNumber,
EdgeManager edgeManager) |
| Modifier and Type | Method and Description |
|---|---|
static BlockingResultInfo |
BlockingResultInfo.createFromIntermediateResult(IntermediateResult intermediateResult) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.