Uses of Class
org.springframework.batch.core.step.builder.PartitionStepBuilder
Packages that use PartitionStepBuilder
Package
Description
Step level builders for java based job configuration.
-
Uses of PartitionStepBuilder in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return PartitionStepBuilderModifier and TypeMethodDescriptionPartitionStepBuilder.aggregator(StepExecutionAggregator aggregator) Provide a step execution aggregator for aggregating partitioned step executions into a single result for thePartitionStepitself.PartitionStepBuilder.gridSize(int gridSize) A hint to thesplitter(StepExecutionSplitter)about how many step executions are required.PartitionStepBuilder.partitioner(String workerStepName, Partitioner partitioner) Add a partitioner which can be used to create aStepExecutionSplitter.StepBuilder.partitioner(String stepName, Partitioner partitioner) Create a partition step builder for a remote (or local) step.StepBuilder.partitioner(Step step) Create a partition step builder for a remote (or local) step.PartitionStepBuilder.partitionHandler(PartitionHandler partitionHandler) Provide an explicit partition handler that will carry out the work of the partition step.protected PartitionStepBuilderPartitionStepBuilder.self()PartitionStepBuilder.splitter(StepExecutionSplitter splitter) Provide an explicitStepExecutionSplitterinstead of having one build from thepartitioner(String, Partitioner).Provide an actual step instance to execute in parallel.PartitionStepBuilder.taskExecutor(org.springframework.core.task.TaskExecutor taskExecutor) Provide a task executor to use when constructing aPartitionHandlerfrom thestep(Step).