Class Router

All Implemented Interfaces:
Serializable

public class Router extends StatefulNode implements Serializable
A node that routes jobs without imposing any delay
See Also:
  • Field Details

    • cap

      protected int cap
    • numberOfServers

      protected int numberOfServers
    • schedPolicy

      protected SchedStrategyType schedPolicy
    • schedStrategy

      protected SchedStrategy schedStrategy
  • Constructor Details

  • Method Details