Uses of Interface
org.springframework.batch.core.partition.PartitionHandler

Packages that use PartitionHandler
org.springframework.batch.core.partition.support   
 

Uses of PartitionHandler in org.springframework.batch.core.partition.support
 

Classes in org.springframework.batch.core.partition.support that implement PartitionHandler
 class TaskExecutorPartitionHandler
          A PartitionHandler that uses a TaskExecutor to execute the partitioned Step locally in multiple threads.
 

Methods in org.springframework.batch.core.partition.support with parameters of type PartitionHandler
 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.