public class ScheduledUnit extends Object
Constructor and Description |
---|
ScheduledUnit(Execution task) |
ScheduledUnit(Execution task,
SlotSharingGroup sharingUnit) |
ScheduledUnit(Execution task,
SlotSharingGroup sharingUnit,
CoLocationConstraint locationConstraint) |
Modifier and Type | Method and Description |
---|---|
JobVertexID |
getJobVertexId() |
CoLocationConstraint |
getLocationConstraint() |
SlotSharingGroup |
getSlotSharingGroup() |
Execution |
getTaskToExecute() |
String |
toString() |
public ScheduledUnit(Execution task)
public ScheduledUnit(Execution task, SlotSharingGroup sharingUnit)
public ScheduledUnit(Execution task, SlotSharingGroup sharingUnit, CoLocationConstraint locationConstraint)
public JobVertexID getJobVertexId()
public Execution getTaskToExecute()
public SlotSharingGroup getSlotSharingGroup()
public CoLocationConstraint getLocationConstraint()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.