Java org.springframework.batch.core.partition.support TaskExecutorPartitionHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.partition.support TaskExecutorPartitionHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.partition.support TaskExecutorPartitionHandler.

The text is from its open source code.

Constructor

Method

voidsetGridSize(int gridSize)
Passed to the StepExecutionSplitter in the #handle(StepExecutionSplitter,StepExecution) method, instructing it how many StepExecution instances are required, ideally.
voidsetStep(Step step)
Setter for the Step that will be used to execute the partitioned StepExecution .
voidsetTaskExecutor(TaskExecutor taskExecutor)
Setter for the TaskExecutor that is used to farm out step executions to multiple threads.