Uses of Class
com.ibm.jbatch.container.util.PartitionDataWrapper
-
Packages that use PartitionDataWrapper Package Description 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 Modifier and Type Field Description protected BlockingQueue<PartitionDataWrapper>BaseStepControllerImpl. analyzerStatusQueueMethods in com.ibm.jbatch.container.impl that return types with arguments of type PartitionDataWrapper Modifier and Type Method Description protected BlockingQueue<PartitionDataWrapper>BaseStepControllerImpl. getAnalyzerQueue()Method parameters in com.ibm.jbatch.container.impl with type arguments of type PartitionDataWrapper Modifier and Type Method Description static BaseStepControllerImplExecutionElementControllerFactory. getStepController(RuntimeJobExecution jobExecutionImpl, com.ibm.jbatch.jsl.model.Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerQueue)voidBaseStepControllerImpl. setAnalyzerQueue(BlockingQueue<PartitionDataWrapper> analyzerQueue)Constructor parameters in com.ibm.jbatch.container.impl with type arguments of type PartitionDataWrapper Constructor Description BaseStepControllerImpl(RuntimeJobExecution jobExecution, com.ibm.jbatch.jsl.model.Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)BatchletStepControllerImpl(RuntimeJobExecution jobExecutionImpl, com.ibm.jbatch.jsl.model.Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)ChunkStepControllerImpl(RuntimeJobExecution jobExecutionImpl, com.ibm.jbatch.jsl.model.Step step, StepContextImpl stepContext, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerStatusQueue)ExecutionTransitioner(RuntimeJobExecution jobExecution, long rootJobExecutionId, ModelNavigator<com.ibm.jbatch.jsl.model.JSLJob> jobNavigator, BlockingQueue<PartitionDataWrapper> analyzerQueue)JobThreadRootControllerImpl(RuntimeJobExecution jobExecution, long rootJobExecutionId, BlockingQueue<PartitionDataWrapper> analyzerQueue)JobThreadRootControllerImpl(RuntimeJobExecution jobExecution, BlockingQueue<PartitionDataWrapper> analyzerQueue)SingleThreadedStepControllerImpl(RuntimeJobExecution jobExecutionImpl, com.ibm.jbatch.jsl.model.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 Modifier and Type Method Description BlockingQueue<PartitionDataWrapper>PartitionsBuilderConfig. getAnalyzerQueue()Method parameters in com.ibm.jbatch.container.util with type arguments of type PartitionDataWrapper Modifier and Type Method Description voidPartitionsBuilderConfig. setAnalyzerQueue(BlockingQueue<PartitionDataWrapper> analyzerQueue)Constructor parameters in com.ibm.jbatch.container.util with type arguments of type PartitionDataWrapper Constructor Description PartitionsBuilderConfig(List<com.ibm.jbatch.jsl.model.JSLJob> jobModels, Properties[] partitionProperties, BlockingQueue<PartitionDataWrapper> analyzerQueue, BlockingQueue<BatchPartitionWorkUnit> completedQueue, long rootJobExecutionId)
-