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 simulated Users in accordance to a workload description.
    • Method Detail

      • processWorkload

        void processWorkload()
        Starts the workload generation.