Hello all,

I was going through the backtype.storm.scheduler package and I came across
class Cluster. What is the difference between the following two methods:

Cluster.getAssignableSlots(SupervisorDetails supervisor)  and

Cluster.getAvailableSlots(SupervisorDetails supervisor)

Also, if an executor thread is assigned to a WorkerSlot returned by
getAvailableSlots(), can another executor thread be assigned to the same
WorkerSlot returned by the getAssignableSlots()?

Thanks,
Nick

Reply via email to