| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.executiongraph.failover | |
| org.apache.flink.runtime.scheduler.strategy |
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<Set<SchedulingExecutionVertex>> |
SchedulingPipelinedRegionComputeUtil.computePipelinedRegions(Iterable<? extends SchedulingExecutionVertex> topologicallySortedVertices,
Function<ExecutionVertexID,? extends SchedulingExecutionVertex> executionVertexRetriever,
Function<IntermediateResultPartitionID,? extends SchedulingResultPartition> resultPartitionRetriever) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<Set<SchedulingExecutionVertex>> |
SchedulingPipelinedRegionComputeUtil.computePipelinedRegions(Iterable<? extends SchedulingExecutionVertex> topologicallySortedVertices,
Function<ExecutionVertexID,? extends SchedulingExecutionVertex> executionVertexRetriever,
Function<IntermediateResultPartitionID,? extends SchedulingResultPartition> resultPartitionRetriever) |
static Set<Set<SchedulingExecutionVertex>> |
SchedulingPipelinedRegionComputeUtil.computePipelinedRegions(Iterable<? extends SchedulingExecutionVertex> topologicallySortedVertices,
Function<ExecutionVertexID,? extends SchedulingExecutionVertex> executionVertexRetriever,
Function<IntermediateResultPartitionID,? extends SchedulingResultPartition> resultPartitionRetriever) |
| 限定符和类型 | 方法和说明 |
|---|---|
SchedulingExecutionVertex |
SchedulingTopology.getVertex(ExecutionVertexID executionVertexId)
Looks up the
SchedulingExecutionVertex for the given ExecutionVertexID. |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
InputConsumableDecider.isInputConsumable(SchedulingExecutionVertex executionVertex,
Set<ExecutionVertexID> verticesToSchedule,
Map<ConsumedPartitionGroup,Boolean> consumableStatusCache)
Determining whether the input of an execution vertex is consumable.
|
boolean |
AllFinishedInputConsumableDecider.isInputConsumable(SchedulingExecutionVertex executionVertex,
Set<ExecutionVertexID> verticesToDeploy,
Map<ConsumedPartitionGroup,Boolean> consumableStatusCache) |
boolean |
PartialFinishedInputConsumableDecider.isInputConsumable(SchedulingExecutionVertex executionVertex,
Set<ExecutionVertexID> verticesToDeploy,
Map<ConsumedPartitionGroup,Boolean> consumableStatusCache) |
boolean |
DefaultInputConsumableDecider.isInputConsumable(SchedulingExecutionVertex executionVertex,
Set<ExecutionVertexID> verticesToSchedule,
Map<ConsumedPartitionGroup,Boolean> consumableStatusCache) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.