Package jline.lang.nodeparam
Class ReplayerNodeParam
java.lang.Object
jline.lang.NodeParam
jline.lang.nodeparam.ReplayerNodeParam
- All Implemented Interfaces:
Serializable
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 Summary
FieldsModifier and TypeFieldDescriptionList of trace file names to replayBase file path for trace filesFields inherited from class jline.lang.NodeParam
k, outlinks, patience, rlNodesNeedAction, rlStateSize, rlValueFunction, rlValueFunctionShape, weights, withMemory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()Checks if this replayer parameter container is empty (no trace files configured).
-
Field Details
-
fileName
List of trace file names to replay -
filePath
Base file path for trace files
-
-
Constructor Details
-
ReplayerNodeParam
public ReplayerNodeParam()
-
-
Method Details