C# Class Brunet.Services.MapReduce.MapReduceListConcat

Inheritance: MapReduceTask
Show file Open project: pstjuste/brunet

Public Methods

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

Protected Methods

Method Description
AddEnum ( IList into, IEnumerable source ) : void

Method Details

AddEnum() protected static method

protected static AddEnum ( IList into, IEnumerable source ) : void
into IList
source IEnumerable
return void

MapReduceListConcat() public method

public MapReduceListConcat ( Node n ) : System
n Node
return System

Reduce() public method

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
return void