com.ibm.jbatch.container.util
Class PartitionsBuilderConfig

java.lang.Object
  extended by com.ibm.jbatch.container.util.PartitionsBuilderConfig

public class PartitionsBuilderConfig
extends Object


Constructor Summary
PartitionsBuilderConfig(List<JSLJob> jobModels, Properties[] partitionProperties, BlockingQueue<PartitionDataWrapper> analyzerQueue, BlockingQueue<BatchPartitionWorkUnit> completedQueue, long rootJobExecutionId)
           
 
Method Summary
 BlockingQueue<PartitionDataWrapper> getAnalyzerQueue()
           
 BlockingQueue<BatchPartitionWorkUnit> getCompletedQueue()
           
 List<JSLJob> getJobModels()
           
 Properties[] getPartitionProperties()
           
 long getRootJobExecutionId()
           
 void setAnalyzerQueue(BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
 void setCompletedQueue(BlockingQueue<BatchPartitionWorkUnit> completedQueue)
           
 void setJobModels(List<JSLJob> jobModels)
           
 void setPartitionProperties(Properties[] partitionProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionsBuilderConfig

public PartitionsBuilderConfig(List<JSLJob> jobModels,
                               Properties[] partitionProperties,
                               BlockingQueue<PartitionDataWrapper> analyzerQueue,
                               BlockingQueue<BatchPartitionWorkUnit> completedQueue,
                               long rootJobExecutionId)
Method Detail

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.