Package | Description |
---|---|
org.apache.storm.scheduler.resource.strategies.priority |
Modifier and Type | Method and Description |
---|---|
protected DefaultSchedulingPriorityStrategy.SimulatedUser |
FIFOSchedulingPriorityStrategy.getSimulatedUserFor(User u,
ISchedulingState cluster) |
protected DefaultSchedulingPriorityStrategy.SimulatedUser |
DefaultSchedulingPriorityStrategy.getSimulatedUserFor(User u,
ISchedulingState cluster) |
Modifier and Type | Method and Description |
---|---|
List<TopologyDetails> |
ISchedulingPriorityStrategy.getOrderedTopologies(ISchedulingState schedulingState,
Map<String,User> userMap)
Prioritize the list of all topologies in the cluster.
|
List<TopologyDetails> |
DefaultSchedulingPriorityStrategy.getOrderedTopologies(ISchedulingState cluster,
Map<String,User> userMap) |
Constructor and Description |
---|
FIFOSimulatedUser(User other,
ISchedulingState cluster) |
SimulatedUser(User other,
ISchedulingState cluster) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.