Class PartitionsBuilderConfig
- java.lang.Object
-
- org.apache.batchee.container.util.PartitionsBuilderConfig
-
public class PartitionsBuilderConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description PartitionsBuilderConfig(List<JSLJob> jobModels, Properties[] partitionProperties, BlockingQueue<PartitionDataWrapper> analyzerQueue, BlockingQueue<BatchPartitionWorkUnit> completedQueue, long rootJobExecutionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockingQueue<PartitionDataWrapper>
getAnalyzerQueue()
BlockingQueue<BatchPartitionWorkUnit>
getCompletedQueue()
List<JSLJob>
getJobModels()
Properties[]
getPartitionProperties()
long
getRootJobExecutionId()
-
-
-
Constructor Detail
-
PartitionsBuilderConfig
public PartitionsBuilderConfig(List<JSLJob> jobModels, Properties[] partitionProperties, BlockingQueue<PartitionDataWrapper> analyzerQueue, BlockingQueue<BatchPartitionWorkUnit> completedQueue, long rootJobExecutionId)
-
-
Method Detail
-
getRootJobExecutionId
public long getRootJobExecutionId()
-
getPartitionProperties
public Properties[] getPartitionProperties()
-
getAnalyzerQueue
public BlockingQueue<PartitionDataWrapper> getAnalyzerQueue()
-
getCompletedQueue
public BlockingQueue<BatchPartitionWorkUnit> getCompletedQueue()
-
-