Uses of Class
com.intel.cosbench.config.Stage

Packages that use Stage
com.intel.cosbench.config   
com.intel.cosbench.controller.model   
com.intel.cosbench.controller.schedule   
com.intel.cosbench.model   
 

Uses of Stage in com.intel.cosbench.config
 

Methods in com.intel.cosbench.config that return types with arguments of type Stage
 java.util.List<Stage> Workflow.getStages()
           
 java.util.Iterator<Stage> Workflow.iterator()
           
 

Methods in com.intel.cosbench.config with parameters of type Stage
 void Workflow.addStage(Stage stage)
           
 

Method parameters in com.intel.cosbench.config with type arguments of type Stage
 void Workflow.setStages(java.util.List<Stage> stages)
           
 

Uses of Stage in com.intel.cosbench.controller.model
 

Methods in com.intel.cosbench.controller.model that return Stage
 Stage StageContext.getStage()
           
 

Methods in com.intel.cosbench.controller.model with parameters of type Stage
 void StageContext.setStage(Stage stage)
           
 

Uses of Stage in com.intel.cosbench.controller.schedule
 

Methods in com.intel.cosbench.controller.schedule with parameters of type Stage
static WorkScheduler Schedulers.defaultScheduler(Stage stage, DriverRegistry registry)
           
 

Uses of Stage in com.intel.cosbench.model
 

Methods in com.intel.cosbench.model that return Stage
 Stage StageInfo.getStage()