|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchedulerAssignment
| Method Summary | |
|---|---|
Set<ExecutorDetails> |
getExecutors()
Return the executors covered by this assignments |
Map<ExecutorDetails,WorkerSlot> |
getExecutorToSlot()
get the executor -> slot map. |
Set<WorkerSlot> |
getSlots()
|
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 -
String getTopologyId()
Map<ExecutorDetails,WorkerSlot> getExecutorToSlot()
Set<ExecutorDetails> getExecutors()
Set<WorkerSlot> getSlots()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||