Interface ISchedulingPriorityStrategy
- All Known Implementing Classes:
- DefaultSchedulingPriorityStrategy,- FIFOSchedulingPriorityStrategy,- GenericResourceAwareSchedulingPriorityStrategy
public interface ISchedulingPriorityStrategy
- 
Method SummaryModifier and TypeMethodDescriptiongetOrderedTopologies(ISchedulingState schedulingState, Map<String, User> userMap) Prioritize the list of all topologies in the cluster.
- 
Method Details- 
getOrderedTopologiesList<TopologyDetails> getOrderedTopologies(ISchedulingState schedulingState, Map<String, User> userMap) Prioritize the list of all topologies in the cluster.- Returns:
- ordered list of topologies to schedule.
 
 
-