Summer.Batch.Core.Partition.Support.IStepExecutionAggregator Interface Reference

Strategy for a aggregating step executions, usually when they are the result of partitioned or remote execution. More...

Inheritance diagram for Summer.Batch.Core.Partition.Support.IStepExecutionAggregator:
Summer.Batch.Core.Partition.Support.DefaultStepExecutionAggregator

Public Member Functions

void Aggregate (StepExecution result, ICollection< StepExecution > executions)
 Take the inputs and aggregate, putting the aggregates into the result. More...
 

Detailed Description

Strategy for a aggregating step executions, usually when they are the result of partitioned or remote execution.

Member Function Documentation

void Summer.Batch.Core.Partition.Support.IStepExecutionAggregator.Aggregate ( StepExecution  result,
ICollection< StepExecution executions 
)

Take the inputs and aggregate, putting the aggregates into the result.

Parameters
resultthe result to overwrite
executionsthe inputs

Implemented in Summer.Batch.Core.Partition.Support.DefaultStepExecutionAggregator.


The documentation for this interface was generated from the following file:
  • Summer.Batch.Core/Core/Partition/Support/IStepExecutionAggregator.cs