|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.workflow.PIG
public class PIG
Java class for PIG complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PIG"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="job-tracker" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name-node" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="prepare" type="{uri:oozie:workflow:0.3}PREPARE" minOccurs="0"/> <element name="job-xml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="configuration" type="{uri:oozie:workflow:0.3}CONFIGURATION" minOccurs="0"/> <element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="param" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="argument" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="file" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="archive" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<String> |
archive
|
protected List<String> |
argument
|
protected CONFIGURATION |
configuration
|
protected List<String> |
file
|
protected String |
jobTracker
|
protected String |
jobXml
|
protected String |
nameNode
|
protected List<String> |
param
|
protected PREPARE |
prepare
|
protected String |
script
|
Constructor Summary | |
---|---|
PIG()
|
Method Summary | |
---|---|
List<String> |
getArchive()
Gets the value of the archive property. |
List<String> |
getArgument()
Gets the value of the argument property. |
CONFIGURATION |
getConfiguration()
Gets the value of the configuration property. |
List<String> |
getFile()
Gets the value of the file property. |
String |
getJobTracker()
Gets the value of the jobTracker property. |
String |
getJobXml()
Gets the value of the jobXml property. |
String |
getNameNode()
Gets the value of the nameNode property. |
List<String> |
getParam()
Gets the value of the param property. |
PREPARE |
getPrepare()
Gets the value of the prepare property. |
String |
getScript()
Gets the value of the script property. |
void |
setConfiguration(CONFIGURATION value)
Sets the value of the configuration property. |
void |
setJobTracker(String value)
Sets the value of the jobTracker property. |
void |
setJobXml(String value)
Sets the value of the jobXml property. |
void |
setNameNode(String value)
Sets the value of the nameNode property. |
void |
setPrepare(PREPARE value)
Sets the value of the prepare property. |
void |
setScript(String value)
Sets the value of the script property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String jobTracker
protected String nameNode
protected PREPARE prepare
protected String jobXml
protected CONFIGURATION configuration
protected String script
protected List<String> param
protected List<String> argument
protected List<String> file
protected List<String> archive
Constructor Detail |
---|
public PIG()
Method Detail |
---|
public String getJobTracker()
String
public void setJobTracker(String value)
value
- allowed object is
String
public String getNameNode()
String
public void setNameNode(String value)
value
- allowed object is
String
public PREPARE getPrepare()
PREPARE
public void setPrepare(PREPARE value)
value
- allowed object is
PREPARE
public String getJobXml()
String
public void setJobXml(String value)
value
- allowed object is
String
public CONFIGURATION getConfiguration()
CONFIGURATION
public void setConfiguration(CONFIGURATION value)
value
- allowed object is
CONFIGURATION
public String getScript()
String
public void setScript(String value)
value
- allowed object is
String
public List<String> getParam()
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 param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getArgument()
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 argument property.
For example, to add a new item, do as follows:
getArgument().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getFile()
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 file property.
For example, to add a new item, do as follows:
getFile().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getArchive()
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 archive property.
For example, to add a new item, do as follows:
getArchive().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |