Uses of Interface
org.apache.storm.scheduler.ISchedulingState
Package
Description
-
Uses of ISchedulingState in org.apache.storm.scheduler
Modifier 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
Modifier 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
Modifier 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) ModifierConstructorDescriptionFIFOSimulatedUser
(User other, ISchedulingState cluster) GrasSimulatedUser
(User other, ISchedulingState cluster) SimulatedUser
(User other, ISchedulingState cluster)