org.apache.falcon.oozie.workflow
Class STREAMING

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

public class STREAMING
extends Object

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

mapper

protected String mapper

reducer

protected String reducer

recordReader

protected String recordReader

recordReaderMapping

protected List<String> recordReaderMapping

env

protected List<String> env
Constructor Detail

STREAMING

public STREAMING()
Method Detail

getMapper

public String getMapper()
Gets the value of the mapper property.

Returns:
possible object is String

setMapper

public void setMapper(String value)
Sets the value of the mapper property.

Parameters:
value - allowed object is String

getReducer

public String getReducer()
Gets the value of the reducer property.

Returns:
possible object is String

setReducer

public void setReducer(String value)
Sets the value of the reducer property.

Parameters:
value - allowed object is String

getRecordReader

public String getRecordReader()
Gets the value of the recordReader property.

Returns:
possible object is String

setRecordReader

public void setRecordReader(String value)
Sets the value of the recordReader property.

Parameters:
value - allowed object is String

getRecordReaderMapping

public List<String> getRecordReaderMapping()
Gets the value of the recordReaderMapping 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 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


getEnv

public List<String> getEnv()
Gets the value of the env 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 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



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