Class Partition


  • 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>
     
    • Constructor Detail

      • Partition

        public Partition()
    • Method Detail

      • setMapper

        public void setMapper​(PartitionMapper value)
        Sets the value of the mapper property.
        Parameters:
        value - allowed object is PartitionMapper
      • setPlan

        public void setPlan​(PartitionPlan value)
        Sets the value of the plan property.
        Parameters:
        value - allowed object is PartitionPlan
      • getCollector

        public Collector getCollector()
        Gets the value of the collector property.
        Returns:
        possible object is Collector
      • setCollector

        public void setCollector​(Collector value)
        Sets the value of the collector property.
        Parameters:
        value - allowed object is Collector
      • getAnalyzer

        public Analyzer getAnalyzer()
        Gets the value of the analyzer property.
        Returns:
        possible object is Analyzer
      • setAnalyzer

        public void setAnalyzer​(Analyzer value)
        Sets the value of the analyzer property.
        Parameters:
        value - allowed object is Analyzer
      • setReducer

        public void setReducer​(PartitionReducer value)
        Sets the value of the reducer property.
        Parameters:
        value - allowed object is PartitionReducer