C# Class MapReduce.MapReduceTask

Afficher le fichier Open project: ayende/Example.MapReduce Class Usage Examples

Méthodes publiques

Свойство Type Description
BatchSize int
Map IndexingFunc
Reduce IndexingFunc
Source IEnumerable
Storage IStorage

Méthodes publiques

Méthode Description
Execute ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

Property Details

BatchSize public_oe property

public int BatchSize
Résultat int

Map public_oe property

public IndexingFunc Map
Résultat IndexingFunc

Reduce public_oe property

public IndexingFunc Reduce
Résultat IndexingFunc

Source public_oe property

public IEnumerable Source
Résultat IEnumerable

Storage public_oe property

public IStorage Storage
Résultat IStorage