Package | Description |
---|---|
org.springframework.batch.core.partition.support |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2013 SpringSource. All rights reserved.