public final class Partition extends Object implements Serializable, Cloneable
jsl:Partition
job element type in job XML.Modifier and Type | Method and Description |
---|---|
protected Partition |
clone() |
RefArtifact |
getAnalyzer()
Gets the partition analyzer.
|
RefArtifact |
getCollector()
Gets the partition collector.
|
RefArtifact |
getMapper()
Gets the partition mapper.
|
PartitionPlan |
getPlan()
Gets the partition plan for this partition.
|
RefArtifact |
getReducer()
Gets the partition reducer.
|
public RefArtifact getMapper()
RefArtifact
public PartitionPlan getPlan()
org.jberet.job.model.PartitionPlan
public RefArtifact getCollector()
RefArtifact
public RefArtifact getAnalyzer()
RefArtifact
public RefArtifact getReducer()
RefArtifact
Copyright © 2016 JBoss by Red Hat. All rights reserved.