Class Forker

All Implemented Interfaces:
Serializable, Cloneable, Copyable

public class Forker extends OutputSection
Output section that forks incoming jobs into sibling tasks
See Also:
  • Field Details

    • tasksPerLinkByDest

      public List<Forker.ForkOverride> tasksPerLinkByDest
      Per-destination, per-class tasks-per-link overrides.
    • tasksPerLinkDist

      public List<Forker.ForkOverride> tasksPerLinkDist
      Per-destination, per-class jobs-per-link distributions.
    • branchProb

      public List<Forker.ForkOverride> branchProb
      Per-destination, per-class branch activation probabilities.
    • jobClasses

      protected List<JobClass> jobClasses
  • Constructor Details

  • Method Details