Package jline.lang.nodeparam
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
-
-
Field Summary
Fields Modifier and Type Field Description public List<String>fileNamepublic StringfilePathpublic Map<JobClass, Matrix>weightspublic Map<JobClass, Matrix>outlinkspublic Map<JobClass, Matrix>withMemorypublic Map<JobClass, Integer>kpublic PollingTypepollingTypepublic IntegerpollingParpublic Map<JobClass, Distribution>switchoverTime
-
Constructor Summary
Constructors Constructor Description ReplayerNodeParam()
-
Method Summary
Modifier and Type Method Description booleanisEmpty()Checks if this replayer parameter container is empty (no trace files configured). -
-
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
-
-
-
-