Interface IProcessSelector
- All Known Implementing Classes:
NextRunnableProcessSelector,PreferIdealAndLastProcessSelector
public interface IProcessSelector
-
Method Summary
Modifier and TypeMethodDescriptionselect(IRunQueue run_queue, IResourceInstance instance) Selects a process from the given runqueue that best suits the execution on the specified instance.
-
Method Details
-
select
Selects a process from the given runqueue that best suits the execution on the specified instance.- Parameters:
run_queue-instance-- Returns:
-