C# Class Brunet.Services.MapReduce.RpcMapReduceTask

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

Protected Properties

Свойство Type Description
_map string>.Pair
_reduce string>.Pair
_tree string>.Pair

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
RpcMapReduceTask ( Node n, IDictionary targets ) : System

Méthodes protégées

Méthode Description
MapHandler ( object o, EventArgs args ) : void
ParseTarget ( IList targ ) : string>.Pair
ReduceHandler ( object o, EventArgs args ) : void
TreeHandler ( object o, EventArgs eargs ) : void

Method Details

GenerateTree() public méthode

public GenerateTree ( Channel q, MapReduceArgs args ) : void
q Brunet.Concurrent.Channel
args MapReduceArgs
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

MapHandler() protected méthode

protected MapHandler ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

ParseTarget() protected méthode

protected ParseTarget ( IList targ ) : string>.Pair
targ IList
Résultat string>.Pair

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

ReduceHandler() protected méthode

protected ReduceHandler ( object o, EventArgs args ) : void
o object
args System.EventArgs
Résultat void

RpcMapReduceTask() public méthode

public RpcMapReduceTask ( Node n, IDictionary targets ) : System
n Node
targets IDictionary
Résultat System

TreeHandler() protected méthode

protected TreeHandler ( object o, EventArgs eargs ) : void
o object
eargs System.EventArgs
Résultat void

Property Details

_map protected_oe property

protected Pair _map
Résultat string>.Pair

_reduce protected_oe property

protected Pair _reduce
Résultat string>.Pair

_tree protected_oe property

protected Pair _tree
Résultat string>.Pair