C# 클래스 Brunet.Services.MapReduce.MapReduceListConcat

상속: MapReduceTask
파일 보기 프로젝트 열기: pstjuste/brunet

공개 메소드들

메소드 설명
MapReduceListConcat ( Node n ) : System
Reduce ( Channel q, object reduce_arg, object current_val, RpcResult child_r ) : void

보호된 메소드들

메소드 설명
AddEnum ( IList into, IEnumerable source ) : void

메소드 상세

AddEnum() 보호된 정적인 메소드

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

MapReduceListConcat() 공개 메소드

public MapReduceListConcat ( Node n ) : System
n Node
리턴 System

Reduce() 공개 메소드

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
리턴 void