com.intel.cosbench.controller.model
Class ControllerContext
java.lang.Object
com.intel.cosbench.controller.model.ControllerContext
- All Implemented Interfaces:
- ControllerInfo
public class ControllerContext
- extends java.lang.Object
- implements ControllerInfo
This class encapsulates the configurations in controller.conf.
- Author:
- ywang19
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControllerContext
public ControllerContext()
getName
public java.lang.String getName()
- Specified by:
getName
in interface ControllerInfo
setName
public void setName(java.lang.String name)
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl
in interface ControllerInfo
setUrl
public void setUrl(java.lang.String url)
getConcurrency
public int getConcurrency()
setConcurrency
public void setConcurrency(int concurrency)
getDriverRegistry
public DriverRegistry getDriverRegistry()
setDriverRegistry
public void setDriverRegistry(DriverRegistry driverRegistry)
getDriverCount
public int getDriverCount()
- Specified by:
getDriverCount
in interface ControllerInfo
getDriverInfos
public DriverInfo[] getDriverInfos()
- Specified by:
getDriverInfos
in interface ControllerInfo