com.intel.cosbench.model
Interface WorkloadInfo
- All Superinterfaces:
- Benchmark, LifeCycle
- All Known Implementing Classes:
- WorkloadContext
public interface WorkloadInfo
- extends LifeCycle, Benchmark
getId
java.lang.String getId()
getSubmitDate
java.util.Date getSubmitDate()
getStartDate
java.util.Date getStartDate()
getStopDate
java.util.Date getStopDate()
getState
WorkloadState getState()
getStateHistory
StateInfo[] getStateHistory()
getConfig
XmlConfig getConfig()
getWorkload
Workload getWorkload()
getAllOperations
java.lang.String[] getAllOperations()
getStageCount
int getStageCount()
getCurrentStage
StageInfo getCurrentStage()
getStageInfo
StageInfo getStageInfo(java.lang.String id)
getStageInfos
StageInfo[] getStageInfos()