Class ReplayerNodeParam

  • All Implemented Interfaces:
    java.io.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

    • Constructor Detail

      • ReplayerNodeParam

        ReplayerNodeParam()
    • Method Detail

      • isEmpty

         boolean isEmpty()

        Checks if this replayer parameter container is empty (no trace files configured).

        Returns:

        true if no trace files are specified, false otherwise