Package | Description |
---|---|
org.springframework.batch.core.step.builder |
Modifier and Type | Method and Description |
---|---|
PartitionStepBuilder |
PartitionStepBuilder.aggregator(StepExecutionAggregator aggregator)
Provide a step execution aggregator for aggregating partitioned step executions into a single result for the
PartitionStep itself. |
PartitionStepBuilder |
PartitionStepBuilder.gridSize(int gridSize)
A hint to the
splitter(StepExecutionSplitter) about how many step executions are required. |
PartitionStepBuilder |
StepBuilder.partitioner(Step step)
Create a partition step builder for a remote (or local) step.
|
PartitionStepBuilder |
StepBuilder.partitioner(String stepName,
Partitioner partitioner)
Create a partition step builder for a remote (or local) step.
|
PartitionStepBuilder |
PartitionStepBuilder.partitioner(String slaveStepName,
Partitioner partitioner)
Add a partitioner which can be used to create a
StepExecutionSplitter . |
PartitionStepBuilder |
PartitionStepBuilder.partitionHandler(PartitionHandler partitionHandler)
Provide an explicit partition handler that will carry out the work of the partition step.
|
PartitionStepBuilder |
PartitionStepBuilder.splitter(StepExecutionSplitter splitter)
Provide an explicit
StepExecutionSplitter instead of having one build from the
partitioner(String, Partitioner) . |
PartitionStepBuilder |
PartitionStepBuilder.step(Step step)
Provide an actual step instance to execute in parallel.
|
PartitionStepBuilder |
PartitionStepBuilder.taskExecutor(org.springframework.core.task.TaskExecutor taskExecutor)
Provide a task executor to use when constructing a
PartitionHandler from the step(Step) . |
Copyright © 2018 Pivotal. All rights reserved.