All Known Implementing Classes:
NextRunnableProcessSelector, PreferIdealAndLastProcessSelector

public interface IProcessSelector
  • Method Summary

    Modifier and Type
    Method
    Description
    select(IRunQueue run_queue, IResourceInstance instance)
    Selects a process from the given runqueue that best suits the execution on the specified instance.
  • Method Details

    • select

      IActiveProcess select(IRunQueue run_queue, IResourceInstance instance)
      Selects a process from the given runqueue that best suits the execution on the specified instance.
      Parameters:
      run_queue -
      instance -
      Returns: