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

파일 보기 프로젝트 열기: johnynek/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_node Node
_task_name WriteOnce

공개 메소드들

메소드 설명
GenerateTree ( Channel q, MapReduceArgs args ) : void
Map ( Channel q, object map_arg ) : void
Reduce ( Channel q, object reduce_arg, object current_result, RpcResult child_rpc ) : void

보호된 메소드들

메소드 설명
Log ( string format_string ) : void
MapReduceTask ( Node n ) : System

메소드 상세

GenerateTree() 공개 메소드

public GenerateTree ( Channel q, MapReduceArgs args ) : void
q Brunet.Concurrent.Channel
args MapReduceArgs
리턴 void

Log() 보호된 메소드

protected Log ( string format_string ) : void
format_string string
리턴 void

Map() 공개 메소드

public Map ( Channel q, object map_arg ) : void
q Brunet.Concurrent.Channel
map_arg object
리턴 void

MapReduceTask() 보호된 메소드

protected MapReduceTask ( Node n ) : System
n Node
리턴 System

Reduce() 공개 메소드

public Reduce ( Channel q, object reduce_arg, object current_result, RpcResult child_rpc ) : void
q Brunet.Concurrent.Channel
reduce_arg object
current_result object
child_rpc Brunet.Messaging.RpcResult
리턴 void

프로퍼티 상세

_node 보호되어 있는 프로퍼티

protected Node _node
리턴 Node

_task_name 보호되어 있는 프로퍼티

protected WriteOnce _task_name
리턴 WriteOnce