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

Example usage for Java org.springframework.batch.core.partition.support PartitionStep 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 PartitionStep.

The text is from its open source code.

Constructor

Method

voidsetPartitionHandler(PartitionHandler partitionHandler)
A PartitionHandler which can send out step executions for remote processing and bring back the results.
voidsetStepExecutionAggregator(StepExecutionAggregator stepExecutionAggregator)
A StepExecutionAggregator that can aggregate step executions when they come back from the handler.
voidsetStepExecutionSplitter(StepExecutionSplitter stepExecutionSplitter)
Public setter for mandatory property StepExecutionSplitter .