|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.workflow.STREAMING
public class STREAMING
Java class for STREAMING complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STREAMING"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mapper" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reducer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="record-reader" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="record-reader-mapping" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="env" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<String> |
env
|
protected String |
mapper
|
protected String |
recordReader
|
protected List<String> |
recordReaderMapping
|
protected String |
reducer
|
Constructor Summary | |
---|---|
STREAMING()
|
Method Summary | |
---|---|
List<String> |
getEnv()
Gets the value of the env property. |
String |
getMapper()
Gets the value of the mapper property. |
String |
getRecordReader()
Gets the value of the recordReader property. |
List<String> |
getRecordReaderMapping()
Gets the value of the recordReaderMapping property. |
String |
getReducer()
Gets the value of the reducer property. |
void |
setMapper(String value)
Sets the value of the mapper property. |
void |
setRecordReader(String value)
Sets the value of the recordReader property. |
void |
setReducer(String value)
Sets the value of the reducer property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String mapper
protected String reducer
protected String recordReader
protected List<String> recordReaderMapping
protected List<String> env
Constructor Detail |
---|
public STREAMING()
Method Detail |
---|
public String getMapper()
String
public void setMapper(String value)
value
- allowed object is
String
public String getReducer()
String
public void setReducer(String value)
value
- allowed object is
String
public String getRecordReader()
String
public void setRecordReader(String value)
value
- allowed object is
String
public List<String> getRecordReaderMapping()
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 recordReaderMapping property.
For example, to add a new item, do as follows:
getRecordReaderMapping().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getEnv()
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 env property.
For example, to add a new item, do as follows:
getEnv().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 |