C# Class MapReduce.MapReduceTask

Show file Open project: ayende/Example.MapReduce Class Usage Examples

Public Properties

Property Type Description
BatchSize int
Map IndexingFunc
Reduce IndexingFunc
Source IEnumerable
Storage IStorage

Public Methods

Method Description
Execute ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

Property Details

BatchSize public property

public int BatchSize
return int

Map public property

public IndexingFunc Map
return IndexingFunc

Reduce public property

public IndexingFunc Reduce
return IndexingFunc

Source public property

public IEnumerable Source
return IEnumerable

Storage public property

public IStorage Storage
return IStorage