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

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

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

Classes in org.springframework.batch.core.partition.support that implement PartitionHandler
 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.
 

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.
 

Uses of PartitionHandler in org.springframework.batch.core.step.builder
 

Methods in org.springframework.batch.core.step.builder with parameters of type PartitionHandler
 PartitionStepBuilder PartitionStepBuilder.partitionHandler(PartitionHandler partitionHandler)
          Provide an explicit partition handler that will carry out the work of the partition step.
 



Copyright © 2013 SpringSource. All Rights Reserved.