Summer.Batch.Core.Partition Namespace Reference

Namespaces

Classes

interface  IPartitionHandler
 Interface defining the responsibilities of controlling the execution of a partitioned StepExecution. Implementations will need to create a partition with the IStepExecutionSplitter, and then use an execution fabric (grid, etc.), to execute the partitioned step. The results of the executions can be returned raw from remote workers to be aggregated by the caller. More...
 
interface  IStepExecutionSplitter
 Strategy interface for generating input contexts for a partitioned step execution independent from the fabric they are going to run on. More...