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

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

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

Methods in com.intel.cosbench.controller.model that return TaskState
 TaskState TaskContext.getState()
           
 

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

Uses of TaskState in com.intel.cosbench.model
 

Fields in com.intel.cosbench.model with type parameters of type TaskState
static java.util.Set<TaskState> TaskState.FINAL_STATES
           
 

Methods in com.intel.cosbench.model that return TaskState
 TaskState TaskInfo.getState()
           
static TaskState TaskState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskState[] TaskState.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 TaskState
static boolean TaskState.isStopped(TaskState state)