org.apache.falcon.oozie.workflow
Class PIPES

java.lang.Object
  extended by org.apache.falcon.oozie.workflow.PIPES

public class PIPES
extends Object

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

map

protected String map

reduce

protected String reduce

inputformat

protected String inputformat

partitioner

protected String partitioner

writer

protected String writer

program

protected String program
Constructor Detail

PIPES

public PIPES()
Method Detail

getMap

public String getMap()
Gets the value of the map property.

Returns:
possible object is String

setMap

public void setMap(String value)
Sets the value of the map property.

Parameters:
value - allowed object is String

getReduce

public String getReduce()
Gets the value of the reduce property.

Returns:
possible object is String

setReduce

public void setReduce(String value)
Sets the value of the reduce property.

Parameters:
value - allowed object is String

getInputformat

public String getInputformat()
Gets the value of the inputformat property.

Returns:
possible object is String

setInputformat

public void setInputformat(String value)
Sets the value of the inputformat property.

Parameters:
value - allowed object is String

getPartitioner

public String getPartitioner()
Gets the value of the partitioner property.

Returns:
possible object is String

setPartitioner

public void setPartitioner(String value)
Sets the value of the partitioner property.

Parameters:
value - allowed object is String

getWriter

public String getWriter()
Gets the value of the writer property.

Returns:
possible object is String

setWriter

public void setWriter(String value)
Sets the value of the writer property.

Parameters:
value - allowed object is String

getProgram

public String getProgram()
Gets the value of the program property.

Returns:
possible object is String

setProgram

public void setProgram(String value)
Sets the value of the program property.

Parameters:
value - allowed object is String


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.