Class ReplayerNodeParam

java.lang.Object
jline.lang.NodeParam
jline.lang.nodeparam.ReplayerNodeParam
All Implemented Interfaces:
Serializable

public class ReplayerNodeParam extends NodeParam
Parameter container for replayer nodes in queueing networks.

This class configures replayer nodes that read and replay job traces from external files. Replayer nodes are essential for trace-driven simulation, workload reproduction, and validation against real-world data patterns.

Replay capabilities include:

  • Reading job arrival traces from files
  • Reproducing empirical interarrival time patterns
  • Supporting multiple trace file formats
  • Enabling workload characterization studies
  • Validating analytical models against real data

Since:
1.0
See Also:
  • Field Details

    • fileName

      public List<String> fileName
      List of trace file names to replay
    • filePath

      public String filePath
      Base file path for trace files
  • Constructor Details

    • ReplayerNodeParam

      public ReplayerNodeParam()
  • Method Details

    • isEmpty

      public boolean isEmpty()
      Checks if this replayer parameter container is empty (no trace files configured).
      Overrides:
      isEmpty in class NodeParam
      Returns:
      true if no trace files are specified, false otherwise