public final class PartitionPlan extends Object implements Serializable, Cloneable
jsl:PartitionPlan
job element type in job XML.Modifier and Type | Method and Description |
---|---|
protected PartitionPlan |
clone() |
String |
getPartitions()
Gets the number of partition as string.
|
int |
getPartitionsInt()
Gets the number of partitions as int.
|
List<Properties> |
getPropertiesList()
Gets the list of
org.jberet.job.model.Properties for this partition plan. |
String |
getThreads()
Gets the number of threads as string.
|
int |
getThreadsInt()
Gets the number of threads as int.
|
public List<Properties> getPropertiesList()
org.jberet.job.model.Properties
for this partition plan.org.jberet.job.model.Properties
public String getPartitions()
public int getPartitionsInt()
public String getThreads()
public int getThreadsInt()
threads
attribute is not present, this method returns the
number of partitions.protected PartitionPlan clone()
Copyright © 2018 JBoss by Red Hat. All rights reserved.