|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchedulerAssignment
Method Summary | |
---|---|
java.util.Set<ExecutorDetails> |
getExecutors()
Return the executors covered by this assignments |
java.util.Map<ExecutorDetails,WorkerSlot> |
getExecutorToSlot()
get the executor -> slot map. |
java.lang.String |
getTopologyId()
get the topology-id this assignment is for. |
boolean |
isExecutorAssigned(ExecutorDetails executor)
is the executor assigned? |
boolean |
isSlotOccupied(WorkerSlot slot)
Does this slot occupied by this assignment? |
Method Detail |
---|
boolean isSlotOccupied(WorkerSlot slot)
slot
-
boolean isExecutorAssigned(ExecutorDetails executor)
executor
-
java.lang.String getTopologyId()
java.util.Map<ExecutorDetails,WorkerSlot> getExecutorToSlot()
java.util.Set<ExecutorDetails> getExecutors()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |