Uses of Class
org.apache.storm.scheduler.resource.User
-
Packages that use User Package Description org.apache.storm.scheduler.resource.strategies.priority -
-
Uses of User in org.apache.storm.scheduler.resource.strategies.priority
Methods in org.apache.storm.scheduler.resource.strategies.priority with parameters of type User Modifier and Type Method Description protected DefaultSchedulingPriorityStrategy.SimulatedUser
DefaultSchedulingPriorityStrategy. getSimulatedUserFor(User u, ISchedulingState cluster)
protected DefaultSchedulingPriorityStrategy.SimulatedUser
FIFOSchedulingPriorityStrategy. getSimulatedUserFor(User u, ISchedulingState cluster)
protected GenericResourceAwareSchedulingPriorityStrategy.GrasSimulatedUser
GenericResourceAwareSchedulingPriorityStrategy. getSimulatedUserFor(User u, ISchedulingState cluster)
Method parameters in org.apache.storm.scheduler.resource.strategies.priority with type arguments of type User Modifier and Type Method Description List<TopologyDetails>
DefaultSchedulingPriorityStrategy. getOrderedTopologies(ISchedulingState cluster, Map<String,User> userMap)
List<TopologyDetails>
GenericResourceAwareSchedulingPriorityStrategy. getOrderedTopologies(ISchedulingState cluster, Map<String,User> userMap)
List<TopologyDetails>
ISchedulingPriorityStrategy. getOrderedTopologies(ISchedulingState schedulingState, Map<String,User> userMap)
Prioritize the list of all topologies in the cluster.Constructors in org.apache.storm.scheduler.resource.strategies.priority with parameters of type User Constructor Description FIFOSimulatedUser(User other, ISchedulingState cluster)
GrasSimulatedUser(User other, ISchedulingState cluster)
SimulatedUser(User other, ISchedulingState cluster)
-