C# Class Brunet.Services.MapReduce.MapReduceListConcat

Inheritance: MapReduceTask
Afficher le fichier Open project: pstjuste/brunet

Méthodes publiques

Méthode Description
MapReduceListConcat ( Node n ) : System
Reduce ( Channel q, object reduce_arg, object current_val, RpcResult child_r ) : void

Méthodes protégées

Méthode Description
AddEnum ( IList into, IEnumerable source ) : void

Method Details

AddEnum() protected static méthode

protected static AddEnum ( IList into, IEnumerable source ) : void
into IList
source IEnumerable
Résultat void

MapReduceListConcat() public méthode

public MapReduceListConcat ( Node n ) : System
n Node
Résultat System

Reduce() public méthode

public Reduce ( Channel q, object reduce_arg, object current_val, RpcResult child_r ) : void
q Brunet.Concurrent.Channel
reduce_arg object
current_val object
child_r Brunet.Messaging.RpcResult
Résultat void