|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SupervisorDetails | |
|---|---|
| backtype.storm.scheduler | |
| Uses of SupervisorDetails in backtype.storm.scheduler |
|---|
| Methods in backtype.storm.scheduler that return SupervisorDetails | |
|---|---|
SupervisorDetails |
Cluster.getSupervisorById(String nodeId)
Get a specific supervisor with the nodeId |
| Methods in backtype.storm.scheduler that return types with arguments of type SupervisorDetails | |
|---|---|
Map<String,SupervisorDetails> |
Cluster.getSupervisors()
Get all the supervisors. |
List<SupervisorDetails> |
Cluster.getSupervisorsByHost(String host)
Get all the supervisors on the specified host. |
| Methods in backtype.storm.scheduler with parameters of type SupervisorDetails | |
|---|---|
Set<Integer> |
Cluster.getAssignablePorts(SupervisorDetails supervisor)
|
List<WorkerSlot> |
Cluster.getAssignableSlots(SupervisorDetails supervisor)
|
Set<Integer> |
Cluster.getAvailablePorts(SupervisorDetails supervisor)
Return the available ports of this supervisor. |
List<WorkerSlot> |
Cluster.getAvailableSlots(SupervisorDetails supervisor)
Return all the available slots on this supervisor. |
Set<Integer> |
Cluster.getUsedPorts(SupervisorDetails supervisor)
Get all the used ports of this supervisor. |
| Method parameters in backtype.storm.scheduler with type arguments of type SupervisorDetails | |
|---|---|
Collection<WorkerSlot> |
INimbus.allSlotsAvailableForScheduling(Collection<SupervisorDetails> existingSupervisors,
Topologies topologies,
Set<String> topologiesMissingAssignments)
Returns all slots that are available for the next round of scheduling. |
String |
INimbus.getHostName(Map<String,SupervisorDetails> existingSupervisors,
String nodeId)
|
| Constructor parameters in backtype.storm.scheduler with type arguments of type SupervisorDetails | |
|---|---|
Cluster(INimbus nimbus,
Map<String,SupervisorDetails> supervisors,
Map<String,SchedulerAssignmentImpl> assignments)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||