C# Class MapReduce.MapReduceTask

Datei anzeigen 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_oe property

public int BatchSize
return int

Map public_oe property

public IndexingFunc Map
return IndexingFunc

Reduce public_oe property

public IndexingFunc Reduce
return IndexingFunc

Source public_oe property

public IEnumerable Source
return IEnumerable

Storage public_oe property

public IStorage Storage
return IStorage