public interface SchedulingTopologyListener
Modifier and Type | Method and Description |
---|---|
void |
notifySchedulingTopologyUpdated(SchedulingTopology schedulingTopology,
List<ExecutionVertexID> newExecutionVertices)
Notifies that the scheduling topology is just updated.
|
void notifySchedulingTopologyUpdated(SchedulingTopology schedulingTopology, List<ExecutionVertexID> newExecutionVertices)
schedulingTopology
- the scheduling topology which is just updatednewExecutionVertices
- the newly added execution vertices.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.