Class ExecutionSlotSharingGroup
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.ExecutionSlotSharingGroup
-
public class ExecutionSlotSharingGroup extends Object
Represents execution vertices that will run the same shared slot.
-
-
Constructor Summary
Constructors Constructor Description ExecutionSlotSharingGroup(SlotSharingGroup slotSharingGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addVertex(ExecutionVertexID executionVertexId)
Set<ExecutionVertexID>
getExecutionVertexIds()
String
toString()
-
-
-
Constructor Detail
-
ExecutionSlotSharingGroup
public ExecutionSlotSharingGroup(@Nonnull SlotSharingGroup slotSharingGroup)
-
-
Method Detail
-
addVertex
public void addVertex(ExecutionVertexID executionVertexId)
-
getExecutionVertexIds
public Set<ExecutionVertexID> getExecutionVertexIds()
-
-