| Package | Description |
|---|---|
| org.springframework.batch.core.partition.support | |
| org.springframework.batch.core.step.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPartitionHandler
Base
PartitionHandler implementation providing common base
features. |
class |
TaskExecutorPartitionHandler
A
PartitionHandler that uses a TaskExecutor to execute the
partitioned Step locally in multiple threads. |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionStep.setPartitionHandler(PartitionHandler partitionHandler)
A
PartitionHandler which can send out step executions for remote
processing and bring back the results. |
| Modifier and Type | Method and Description |
|---|---|
PartitionStepBuilder |
PartitionStepBuilder.partitionHandler(PartitionHandler partitionHandler)
Provide an explicit partition handler that will carry out the work of the partition step.
|
Copyright © 2013. All rights reserved.