Class BatchPartitionPlan

  • All Implemented Interfaces:
    javax.batch.api.partition.PartitionPlan

    public class BatchPartitionPlan
    extends Object
    implements javax.batch.api.partition.PartitionPlan
    • Constructor Detail

      • BatchPartitionPlan

        public BatchPartitionPlan()
    • Method Detail

      • getPartitions

        public int getPartitions()
        Specified by:
        getPartitions in interface javax.batch.api.partition.PartitionPlan
      • setPartitions

        public void setPartitions​(int partitionCount)
        Specified by:
        setPartitions in interface javax.batch.api.partition.PartitionPlan
      • getThreads

        public int getThreads()
        Specified by:
        getThreads in interface javax.batch.api.partition.PartitionPlan
      • setThreads

        public void setThreads​(int threadCount)
        Specified by:
        setThreads in interface javax.batch.api.partition.PartitionPlan
      • getPartitionProperties

        public Properties[] getPartitionProperties()
        Specified by:
        getPartitionProperties in interface javax.batch.api.partition.PartitionPlan
      • setPartitionProperties

        public void setPartitionProperties​(Properties[] partitionProperties)
        Specified by:
        setPartitionProperties in interface javax.batch.api.partition.PartitionPlan
      • setPartitionsOverride

        public void setPartitionsOverride​(boolean override)
        Specified by:
        setPartitionsOverride in interface javax.batch.api.partition.PartitionPlan
      • getPartitionsOverride

        public boolean getPartitionsOverride()
        Specified by:
        getPartitionsOverride in interface javax.batch.api.partition.PartitionPlan