edu.yale.cs.hadoopdb.catalog.xml
Class Configuration
java.lang.Object
edu.yale.cs.hadoopdb.catalog.xml.Configuration
public class Configuration
- extends java.lang.Object
Java class for Configuration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Configuration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="Nodes" type="{http://edu.yale.cs.db.hadoop/DBConfigurationSchema}Node"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected java.util.List<Node> |
nodes
|
Method Summary |
java.util.List<Node> |
getNodes()
Gets the value of the nodes property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodes
protected java.util.List<Node> nodes
Configuration
public Configuration()
getNodes
public java.util.List<Node> getNodes()
- Gets the value of the nodes property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the nodes property.
For example, to add a new item, do as follows:
getNodes().add(newItem);
Objects of the following type(s) are allowed in the list
Node