Uses of Interface
com.intel.cosbench.model.StageInfo

Packages that use StageInfo
com.intel.cosbench.controller.model   
com.intel.cosbench.exporter   
com.intel.cosbench.model   
 

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

Classes in com.intel.cosbench.controller.model that implement StageInfo
 class StageContext
          This class encapsulates one work stage.
 

Methods in com.intel.cosbench.controller.model that return StageInfo
 StageInfo WorkloadContext.getCurrentStage()
           
 StageInfo WorkloadContext.getStageInfo(java.lang.String id)
           
 StageInfo[] WorkloadContext.getStageInfos()
           
 

Methods in com.intel.cosbench.controller.model with parameters of type StageInfo
 void WorkloadContext.setCurrentStage(StageInfo currentStage)
           
 

Uses of StageInfo in com.intel.cosbench.exporter
 

Methods in com.intel.cosbench.exporter with parameters of type StageInfo
static StageExporter Exporters.newStageExporter(StageInfo stage)
           
 

Uses of StageInfo in com.intel.cosbench.model
 

Methods in com.intel.cosbench.model that return StageInfo
 StageInfo WorkloadInfo.getCurrentStage()
           
 StageInfo WorkloadInfo.getStageInfo(java.lang.String id)
           
 StageInfo[] WorkloadInfo.getStageInfos()