Interface IWorkloadDriver
-
- All Known Subinterfaces:
ICancellableWorkloadDriver
- All Known Implementing Classes:
ClosedWorkload
,OpenWorkload
public interface IWorkloadDriver
Interface for all workload drivers. A workload driver controls the simulated workload by controlling simulated users of the system
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IUserFactory
getUserFactory()
void
run()
Starts the workload
-
-
-
Method Detail
-
run
void run()
Starts the workload
-
getUserFactory
IUserFactory getUserFactory()
-
-