Interface WorkloadGenerator
-
- All Known Implementing Classes:
ClosedWorkloadGenerator
,OpenWorkloadGenerator
public interface WorkloadGenerator
Classes implementing this interfaces generate the workload for the system under simulation. For this purpose, they spawn simulatedUser
s in accordance to a workload description.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processWorkload()
Starts the workload generation.
-