public class BatchPartitionPlan extends Object implements javax.batch.api.partition.PartitionPlan
| Constructor and Description |
|---|
BatchPartitionPlan() |
| Modifier and Type | Method and Description |
|---|---|
Properties[] |
getPartitionProperties() |
int |
getPartitions() |
boolean |
getPartitionsOverride() |
int |
getThreads() |
void |
setPartitionProperties(Properties[] partitionProperties) |
void |
setPartitions(int partitionCount) |
void |
setPartitionsOverride(boolean override) |
void |
setThreads(int threadCount) |
public int getPartitions()
getPartitions in interface javax.batch.api.partition.PartitionPlanpublic void setPartitions(int partitionCount)
setPartitions in interface javax.batch.api.partition.PartitionPlanpublic int getThreads()
getThreads in interface javax.batch.api.partition.PartitionPlanpublic void setThreads(int threadCount)
setThreads in interface javax.batch.api.partition.PartitionPlanpublic Properties[] getPartitionProperties()
getPartitionProperties in interface javax.batch.api.partition.PartitionPlanpublic void setPartitionProperties(Properties[] partitionProperties)
setPartitionProperties in interface javax.batch.api.partition.PartitionPlanpublic void setPartitionsOverride(boolean override)
setPartitionsOverride in interface javax.batch.api.partition.PartitionPlanpublic boolean getPartitionsOverride()
getPartitionsOverride in interface javax.batch.api.partition.PartitionPlanCopyright © 2023 The Apache Software Foundation. All rights reserved.