com.ibm.jbatch.container.util
Class BatchPartitionPlan

java.lang.Object
  extended by com.ibm.jbatch.container.util.BatchPartitionPlan
All Implemented Interfaces:
PartitionPlan

public class BatchPartitionPlan
extends Object
implements PartitionPlan


Constructor Summary
BatchPartitionPlan()
           
 
Method Summary
 Properties[] getPartitionProperties()
           
 int getPartitions()
           
 boolean getPartitionsOverride()
           
 int getThreads()
           
 void setPartitionProperties(Properties[] partitionProperties)
           
 void setPartitions(int partitionCount)
           
 void setPartitionsOverride(boolean override)
           
 void setThreads(int threadCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchPartitionPlan

public BatchPartitionPlan()
Method Detail

getPartitions

public int getPartitions()
Specified by:
getPartitions in interface PartitionPlan

setPartitions

public void setPartitions(int partitionCount)
Specified by:
setPartitions in interface PartitionPlan

getThreads

public int getThreads()
Specified by:
getThreads in interface PartitionPlan

setThreads

public void setThreads(int threadCount)
Specified by:
setThreads in interface PartitionPlan

getPartitionProperties

public Properties[] getPartitionProperties()
Specified by:
getPartitionProperties in interface PartitionPlan

setPartitionProperties

public void setPartitionProperties(Properties[] partitionProperties)
Specified by:
setPartitionProperties in interface PartitionPlan

setPartitionsOverride

public void setPartitionsOverride(boolean override)
Specified by:
setPartitionsOverride in interface PartitionPlan

getPartitionsOverride

public boolean getPartitionsOverride()
Specified by:
getPartitionsOverride in interface PartitionPlan


Copyright © 2013. All Rights Reserved.