Class OpenWorkloadGenerator

  • All Implemented Interfaces:
    WorkloadGenerator

    public class OpenWorkloadGenerator
    extends Object
    implements WorkloadGenerator
    An open workload generates a new User as soon as a specified time duration has passed since the previous user has been created. This time duration between two subsequent user arrivals is called the interarrival time.
    • Constructor Detail

      • OpenWorkloadGenerator

        @Inject
        public OpenWorkloadGenerator​(UserFactory userFactory,
                                     org.palladiosimulator.pcm.usagemodel.OpenWorkload workload)
        Constructs an open workload in accordance with the specified workload description.
        Parameters:
        middleware -
        userFactory -
        workload - the workload description