com.intel.cosbench.config
Class Storage
java.lang.Object
com.intel.cosbench.config.Storage
public class Storage
- extends java.lang.Object
The model class mapping to "storage" in configuration xml with following form:
- Author:
- ywang19
Constructor Summary |
Storage()
|
Storage(java.lang.String type)
|
Storage(java.lang.String type,
java.lang.String config)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Storage
public Storage()
Storage
public Storage(java.lang.String type)
Storage
public Storage(java.lang.String type,
java.lang.String config)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getConfig
public java.lang.String getConfig()
setConfig
public void setConfig(java.lang.String config)
validate
public void validate()