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

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

Uses of StepExecutionSplitter in org.springframework.batch.core.partition
 

Methods in org.springframework.batch.core.partition with parameters of type StepExecutionSplitter
 Collection<StepExecution> PartitionHandler.handle(StepExecutionSplitter stepSplitter, StepExecution stepExecution)
          Main entry point for PartitionHandler interface.
 

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

Classes in org.springframework.batch.core.partition.support that implement StepExecutionSplitter
 class SimpleStepExecutionSplitter
          Generic implementation of StepExecutionSplitter that delegates to a Partitioner to generate ExecutionContext instances.
 

Methods in org.springframework.batch.core.partition.support with parameters of type StepExecutionSplitter
 Collection<StepExecution> TaskExecutorPartitionHandler.handle(StepExecutionSplitter stepExecutionSplitter, StepExecution masterStepExecution)
           
 void PartitionStep.setStepExecutionSplitter(StepExecutionSplitter stepExecutionSplitter)
          Public setter for mandatory property StepExecutionSplitter.
 



Copyright © 2013 SpringSource. All Rights Reserved.