|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.falcon.oozie.workflow.PIPES
public class PIPES
Java class for PIPES complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PIPES"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="map" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="reduce" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="inputformat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="partitioner" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="writer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="program" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
inputformat
|
protected String |
map
|
protected String |
partitioner
|
protected String |
program
|
protected String |
reduce
|
protected String |
writer
|
Constructor Summary | |
---|---|
PIPES()
|
Method Summary | |
---|---|
String |
getInputformat()
Gets the value of the inputformat property. |
String |
getMap()
Gets the value of the map property. |
String |
getPartitioner()
Gets the value of the partitioner property. |
String |
getProgram()
Gets the value of the program property. |
String |
getReduce()
Gets the value of the reduce property. |
String |
getWriter()
Gets the value of the writer property. |
void |
setInputformat(String value)
Sets the value of the inputformat property. |
void |
setMap(String value)
Sets the value of the map property. |
void |
setPartitioner(String value)
Sets the value of the partitioner property. |
void |
setProgram(String value)
Sets the value of the program property. |
void |
setReduce(String value)
Sets the value of the reduce property. |
void |
setWriter(String value)
Sets the value of the writer property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String map
protected String reduce
protected String inputformat
protected String partitioner
protected String writer
protected String program
Constructor Detail |
---|
public PIPES()
Method Detail |
---|
public String getMap()
String
public void setMap(String value)
value
- allowed object is
String
public String getReduce()
String
public void setReduce(String value)
value
- allowed object is
String
public String getInputformat()
String
public void setInputformat(String value)
value
- allowed object is
String
public String getPartitioner()
String
public void setPartitioner(String value)
value
- allowed object is
String
public String getWriter()
String
public void setWriter(String value)
value
- allowed object is
String
public String getProgram()
String
public void setProgram(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |