com.ibm.jbatch.container.util
Class PartitionsBuilderConfig
java.lang.Object
com.ibm.jbatch.container.util.PartitionsBuilderConfig
public class PartitionsBuilderConfig
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartitionsBuilderConfig
public PartitionsBuilderConfig(List<JSLJob> jobModels,
Properties[] partitionProperties,
BlockingQueue<PartitionDataWrapper> analyzerQueue,
BlockingQueue<BatchPartitionWorkUnit> completedQueue,
long rootJobExecutionId)
getRootJobExecutionId
public long getRootJobExecutionId()
getJobModels
public List<JSLJob> getJobModels()
setJobModels
public void setJobModels(List<JSLJob> jobModels)
getPartitionProperties
public Properties[] getPartitionProperties()
setPartitionProperties
public void setPartitionProperties(Properties[] partitionProperties)
getAnalyzerQueue
public BlockingQueue<PartitionDataWrapper> getAnalyzerQueue()
setAnalyzerQueue
public void setAnalyzerQueue(BlockingQueue<PartitionDataWrapper> analyzerQueue)
getCompletedQueue
public BlockingQueue<BatchPartitionWorkUnit> getCompletedQueue()
setCompletedQueue
public void setCompletedQueue(BlockingQueue<BatchPartitionWorkUnit> completedQueue)
Copyright © 2013. All Rights Reserved.