C# Class Brunet.Services.MapReduce.MapReduceTask

Afficher le fichier Open project: johnynek/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_node Node
_task_name WriteOnce

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Log ( string format_string ) : void
MapReduceTask ( Node n ) : System

Method Details

GenerateTree() public méthode

public GenerateTree ( Channel q, MapReduceArgs args ) : void
q Brunet.Concurrent.Channel
args MapReduceArgs
Résultat void

Log() protected méthode

protected Log ( string format_string ) : void
format_string string
Résultat void

Map() public méthode

public Map ( Channel q, object map_arg ) : void
q Brunet.Concurrent.Channel
map_arg object
Résultat void

MapReduceTask() protected méthode

protected MapReduceTask ( Node n ) : System
n Node
Résultat System

Reduce() public méthode

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
Résultat void

Property Details

_node protected_oe property

protected Node _node
Résultat Node

_task_name protected_oe property

protected WriteOnce _task_name
Résultat WriteOnce