|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutorDetails | |
|---|---|
| backtype.storm.scheduler | |
| Uses of ExecutorDetails in backtype.storm.scheduler |
|---|
| Methods in backtype.storm.scheduler that return types with arguments of type ExecutorDetails | |
|---|---|
Collection<ExecutorDetails> |
TopologyDetails.getExecutors()
|
Set<ExecutorDetails> |
SchedulerAssignmentImpl.getExecutors()
Return the executors covered by this assignments |
Set<ExecutorDetails> |
SchedulerAssignment.getExecutors()
Return the executors covered by this assignments |
Map<ExecutorDetails,String> |
TopologyDetails.getExecutorToComponent()
|
Map<ExecutorDetails,WorkerSlot> |
SchedulerAssignmentImpl.getExecutorToSlot()
|
Map<ExecutorDetails,WorkerSlot> |
SchedulerAssignment.getExecutorToSlot()
get the executor -> slot map. |
Map<String,List<ExecutorDetails>> |
Cluster.getNeedsSchedulingComponentToExecutors(TopologyDetails topology)
Gets a component-id -> executors map which needs scheduling in this topology. |
Map<ExecutorDetails,String> |
Cluster.getNeedsSchedulingExecutorToComponents(TopologyDetails topology)
Gets a executor -> component-id map which needs scheduling in this topology. |
Collection<ExecutorDetails> |
Cluster.getUnassignedExecutors(TopologyDetails topology)
get the unassigned executors of the topology. |
Map<ExecutorDetails,String> |
TopologyDetails.selectExecutorToComponent(Collection<ExecutorDetails> executors)
|
| Methods in backtype.storm.scheduler with parameters of type ExecutorDetails | |
|---|---|
boolean |
SchedulerAssignmentImpl.isExecutorAssigned(ExecutorDetails executor)
|
boolean |
SchedulerAssignment.isExecutorAssigned(ExecutorDetails executor)
is the executor assigned? |
| Method parameters in backtype.storm.scheduler with type arguments of type ExecutorDetails | |
|---|---|
void |
SchedulerAssignmentImpl.assign(WorkerSlot slot,
Collection<ExecutorDetails> executors)
Assign the slot to executors. |
void |
Cluster.assign(WorkerSlot slot,
String topologyId,
Collection<ExecutorDetails> executors)
Assign the slot to the executors for this topology. |
Map<ExecutorDetails,String> |
TopologyDetails.selectExecutorToComponent(Collection<ExecutorDetails> executors)
|
| Constructor parameters in backtype.storm.scheduler with type arguments of type ExecutorDetails | |
|---|---|
SchedulerAssignmentImpl(String topologyId,
Map<ExecutorDetails,WorkerSlot> executorToSlots)
|
|
TopologyDetails(String topologyId,
Map topologyConf,
StormTopology topology,
int numWorkers,
Map<ExecutorDetails,String> executorToComponents)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||