Uses of Interface
org.apache.storm.scheduler.ISchedulingState
Packages that use ISchedulingState
Package
Description
-
Uses of ISchedulingState in org.apache.storm.scheduler
Classes in org.apache.storm.scheduler that implement ISchedulingStateModifier and TypeClassDescriptionclass
The current state of the storm cluster.class
A Cluster that only allows modification to a single topology. -
Uses of ISchedulingState in org.apache.storm.scheduler.resource
Methods in org.apache.storm.scheduler.resource with parameters of type ISchedulingStateModifier and TypeMethodDescriptiondouble
User.getCpuResourcePoolUtilization
(ISchedulingState cluster) double
User.getCpuResourceRequest
(ISchedulingState cluster) double
User.getCpuResourceUsedByUser
(ISchedulingState cluster) double
User.getMemoryResourcePoolUtilization
(ISchedulingState cluster) double
User.getMemoryResourceRequest
(ISchedulingState cluster) double
User.getMemoryResourceUsedByUser
(ISchedulingState cluster) User.getNextTopologyToSchedule
(ISchedulingState cluster) User.getPendingTopologies
(ISchedulingState cluster) double
User.getResourcePoolAverageUtilization
(ISchedulingState cluster) User.getRunningTopologies
(ISchedulingState cluster) User.getRunningTopologyWithLowestPriority
(ISchedulingState cluster) boolean
User.hasTopologyNeedSchedule
(ISchedulingState cluster) -
Uses of ISchedulingState in org.apache.storm.scheduler.resource.strategies.priority
Methods in org.apache.storm.scheduler.resource.strategies.priority with parameters of type ISchedulingStateModifier 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.DefaultSchedulingPriorityStrategy.getSimulatedUserFor
(User u, ISchedulingState cluster) FIFOSchedulingPriorityStrategy.getSimulatedUserFor
(User u, ISchedulingState cluster) GenericResourceAwareSchedulingPriorityStrategy.getSimulatedUserFor
(User u, ISchedulingState cluster) Constructors in org.apache.storm.scheduler.resource.strategies.priority with parameters of type ISchedulingStateModifierConstructorDescriptionFIFOSimulatedUser
(User other, ISchedulingState cluster) GrasSimulatedUser
(User other, ISchedulingState cluster) SimulatedUser
(User other, ISchedulingState cluster)