Uses of Class
com.intel.cosbench.model.WorkloadState

Packages that use WorkloadState
com.intel.cosbench.controller.model   
com.intel.cosbench.model   
 

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

Methods in com.intel.cosbench.controller.model that return WorkloadState
 WorkloadState WorkloadContext.getState()
           
 

Methods in com.intel.cosbench.controller.model with parameters of type WorkloadState
 void WorkloadContext.setState(WorkloadState state)
           
 

Uses of WorkloadState in com.intel.cosbench.model
 

Methods in com.intel.cosbench.model that return WorkloadState
 WorkloadState WorkloadInfo.getState()
           
static WorkloadState WorkloadState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkloadState[] WorkloadState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.intel.cosbench.model with parameters of type WorkloadState
static boolean WorkloadState.isRunning(WorkloadState stage)
           
static boolean WorkloadState.isStopped(WorkloadState state)