Uses of Class
org.apache.storm.scheduler.resource.User
Packages that use User
-
Uses of User in org.apache.storm.scheduler.resource.strategies.priority
Methods in org.apache.storm.scheduler.resource.strategies.priority with parameters of type UserModifier and TypeMethodDescriptionDefaultSchedulingPriorityStrategy.getSimulatedUserFor
(User u, ISchedulingState cluster) FIFOSchedulingPriorityStrategy.getSimulatedUserFor
(User u, ISchedulingState cluster) GenericResourceAwareSchedulingPriorityStrategy.getSimulatedUserFor
(User u, ISchedulingState cluster) Method parameters in org.apache.storm.scheduler.resource.strategies.priority with type arguments of type UserModifier and TypeMethodDescriptionDefaultSchedulingPriorityStrategy.getOrderedTopologies
(ISchedulingState cluster, Map<String, User> userMap) GenericResourceAwareSchedulingPriorityStrategy.getOrderedTopologies
(ISchedulingState cluster, Map<String, User> userMap) 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 UserModifierConstructorDescriptionFIFOSimulatedUser
(User other, ISchedulingState cluster) GrasSimulatedUser
(User other, ISchedulingState cluster) SimulatedUser
(User other, ISchedulingState cluster)