com.ibm.jbatch.jsl.model
Class Partition

java.lang.Object
  extended by com.ibm.jbatch.jsl.model.Partition

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public class Partition
extends Object

Java class for Partition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Partition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="mapper" type="{http://xmlns.jcp.org/xml/ns/javaee}PartitionMapper"/>
           <element name="plan" type="{http://xmlns.jcp.org/xml/ns/javaee}PartitionPlan"/>
         </choice>
         <element name="collector" type="{http://xmlns.jcp.org/xml/ns/javaee}Collector" minOccurs="0"/>
         <element name="analyzer" type="{http://xmlns.jcp.org/xml/ns/javaee}Analyzer" minOccurs="0"/>
         <element name="reducer" type="{http://xmlns.jcp.org/xml/ns/javaee}PartitionReducer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Analyzer analyzer
           
protected  Collector collector
           
protected  PartitionMapper mapper
           
protected  PartitionPlan plan
           
protected  PartitionReducer reducer
           
 
Constructor Summary
Partition()
           
 
Method Summary
 Analyzer getAnalyzer()
          Gets the value of the analyzer property.
 Collector getCollector()
          Gets the value of the collector property.
 PartitionMapper getMapper()
          Gets the value of the mapper property.
 PartitionPlan getPlan()
          Gets the value of the plan property.
 PartitionReducer getReducer()
          Gets the value of the reducer property.
 void setAnalyzer(Analyzer value)
          Sets the value of the analyzer property.
 void setCollector(Collector value)
          Sets the value of the collector property.
 void setMapper(PartitionMapper value)
          Sets the value of the mapper property.
 void setPlan(PartitionPlan value)
          Sets the value of the plan property.
 void setReducer(PartitionReducer 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

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected PartitionMapper mapper

plan

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected PartitionPlan plan

collector

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected Collector collector

analyzer

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected Analyzer analyzer

reducer

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
protected PartitionReducer reducer
Constructor Detail

Partition

public Partition()
Method Detail

getMapper

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public PartitionMapper getMapper()
Gets the value of the mapper property.

Returns:
possible object is PartitionMapper

setMapper

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setMapper(PartitionMapper value)
Sets the value of the mapper property.

Parameters:
value - allowed object is PartitionMapper

getPlan

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public PartitionPlan getPlan()
Gets the value of the plan property.

Returns:
possible object is PartitionPlan

setPlan

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setPlan(PartitionPlan value)
Sets the value of the plan property.

Parameters:
value - allowed object is PartitionPlan

getCollector

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public Collector getCollector()
Gets the value of the collector property.

Returns:
possible object is Collector

setCollector

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setCollector(Collector value)
Sets the value of the collector property.

Parameters:
value - allowed object is Collector

getAnalyzer

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public Analyzer getAnalyzer()
Gets the value of the analyzer property.

Returns:
possible object is Analyzer

setAnalyzer

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setAnalyzer(Analyzer value)
Sets the value of the analyzer property.

Parameters:
value - allowed object is Analyzer

getReducer

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public PartitionReducer getReducer()
Gets the value of the reducer property.

Returns:
possible object is PartitionReducer

setReducer

@Generated(value="com.ibm.jtc.jax.tools.xjc.Driver",
           date="2013-03-18T06:45:00-04:00",
           comments="JAXB RI v2.2.3-11/28/2011 06:21 AM(foreman)-")
public void setReducer(PartitionReducer value)
Sets the value of the reducer property.

Parameters:
value - allowed object is PartitionReducer


Copyright © 2013. All Rights Reserved.