Uses of Class
com.ibm.jbatch.container.util.PartitionDataWrapper

Packages that use PartitionDataWrapper
com.ibm.jbatch.container.impl   
com.ibm.jbatch.container.util   
 

Uses of PartitionDataWrapper in com.ibm.jbatch.container.impl
 

Fields in com.ibm.jbatch.container.impl with type parameters of type PartitionDataWrapper
protected  BlockingQueue<PartitionDataWrapper> BaseStepControllerImpl.analyzerStatusQueue
           
 

Methods in com.ibm.jbatch.container.impl that return types with arguments of type PartitionDataWrapper
protected  BlockingQueue<PartitionDataWrapper> BaseStepControllerImpl.getAnalyzerQueue()
           
 

Method parameters in com.ibm.jbatch.container.impl with type arguments of type PartitionDataWrapper
static BaseStepControllerImpl ExecutionElementControllerFactory.getStepController(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
 void BaseStepControllerImpl.setAnalyzerQueue(BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
 

Constructor parameters in com.ibm.jbatch.container.impl with type arguments of type PartitionDataWrapper
BaseStepControllerImpl(RuntimeJobExecution jobExecution, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)
           
BatchletStepControllerImpl(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)
           
ChunkStepControllerImpl(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)
           
ExecutionTransitioner(RuntimeJobExecution jobExecution, long rootJobExecutionId, ModelNavigator<JSLJob> jobNavigator, BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
JobThreadRootControllerImpl(RuntimeJobExecution jobExecution, BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
JobThreadRootControllerImpl(RuntimeJobExecution jobExecution, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
SingleThreadedStepControllerImpl(RuntimeJobExecution jobExecutionImpl, Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)
           
 

Uses of PartitionDataWrapper in com.ibm.jbatch.container.util
 

Methods in com.ibm.jbatch.container.util that return types with arguments of type PartitionDataWrapper
 BlockingQueue<PartitionDataWrapper> PartitionsBuilderConfig.getAnalyzerQueue()
           
 

Method parameters in com.ibm.jbatch.container.util with type arguments of type PartitionDataWrapper
 void PartitionsBuilderConfig.setAnalyzerQueue(BlockingQueue<PartitionDataWrapper> analyzerQueue)
           
 

Constructor parameters in com.ibm.jbatch.container.util with type arguments of type PartitionDataWrapper
PartitionsBuilderConfig(List<JSLJob> jobModels, Properties[] partitionProperties, BlockingQueue<PartitionDataWrapper> analyzerQueue, BlockingQueue<BatchPartitionWorkUnit> completedQueue, long rootJobExecutionId)
           
 



Copyright © 2013. All Rights Reserved.