Class SpallocProperties.AllocatorProperties

java.lang.Object
uk.ac.manchester.spinnaker.alloc.SpallocProperties.AllocatorProperties
Enclosing class:
SpallocProperties

public static class SpallocProperties.AllocatorProperties
extends Object
Configuration of the main resource allocation engine.
  • Constructor Details

    • AllocatorProperties

      public AllocatorProperties​(@DefaultValue("5s") Duration period, @DefaultValue("10000") int importanceSpan, @DefaultValue SpallocProperties.PriorityScale priorityScale, @DefaultValue("2") int reportActionThreshold, @DefaultValue("") String systemReportUser, @DefaultValue String emergencyStopCommandCode)
      Parameters:
      period - Time between runs of the main allocation algorithm.
      importanceSpan - Maximum span of job importance that will be allocated at once. Priority is the rate at which importance is accrued.
      priorityScale - Properties relating to job priority scaling.
      reportActionThreshold - Number of reports of board problems at which the board is taken out of service.
      systemReportUser - Name of user that system-generated reports are done by.
      emergencyStopCommandCode - Command code to accept for an emergency stop.
  • Method Details