All Known Implementing Classes:
StaticPriorityBoost

public interface IPriorityBoost
  • Method Details

    • boost

      void boost(ProcessWithPriority process)
      Boosts the priority of the given process. If a process is boosted it might also happen that its timeslice is adjusted.
    • priorityChanges

      boolean priorityChanges(ProcessWithPriority process)
    • punish

      void punish(ProcessWithPriority process)