com.intel.cosbench.config
Class Storage

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getConfig()
           
 java.lang.String getType()
           
 void setConfig(java.lang.String config)
           
 void setType(java.lang.String type)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Storage

public Storage()

Storage

public Storage(java.lang.String type)

Storage

public Storage(java.lang.String type,
               java.lang.String config)
Method Detail

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()