Interface ISchedulingPriorityStrategy
-
- All Known Implementing Classes:
DefaultSchedulingPriorityStrategy
,FIFOSchedulingPriorityStrategy
,GenericResourceAwareSchedulingPriorityStrategy
public interface ISchedulingPriorityStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<TopologyDetails>
getOrderedTopologies(ISchedulingState schedulingState, Map<String,User> userMap)
Prioritize the list of all topologies in the cluster.
-
-
-
Method Detail
-
getOrderedTopologies
List<TopologyDetails> getOrderedTopologies(ISchedulingState schedulingState, Map<String,User> userMap)
Prioritize the list of all topologies in the cluster.- Returns:
- ordered list of topologies to schedule.
-
-