Interface IWorkloadDriver
-
- All Known Subinterfaces:
ICancellableWorkloadDriver
- All Known Implementing Classes:
ClosedWorkload,OpenWorkload
public interface IWorkloadDriverInterface 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 IUserFactorygetUserFactory()voidrun()Starts the workload
-
-
-
Method Detail
-
run
void run()
Starts the workload
-
getUserFactory
IUserFactory getUserFactory()
-
-