C# Class Brunet.Services.MapReduce.MapReduceHandler

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

Protected Properties

Свойство Type Description
_name_to_task MapReduceTask>.Dictionary
_node Node
_rpc Brunet.Messaging.RpcManager
_sync object

Méthodes publiques

Méthode Description
HandleRpc ( ISender caller, string method, IList args, object req_state ) : void
MapReduceHandler ( Node n ) : System
SubscribeTask ( MapReduceTask task ) : void

Méthodes protégées

Méthode Description
HandleMap ( object q, EventArgs eargs ) : void
HandleReduce ( object q, EventArgs args ) : void
HandleTree ( object q, EventArgs args ) : void

Method Details

HandleMap() protected méthode

protected HandleMap ( object q, EventArgs eargs ) : void
q object
eargs System.EventArgs
Résultat void

HandleReduce() protected méthode

protected HandleReduce ( object q, EventArgs args ) : void
q object
args System.EventArgs
Résultat void

HandleRpc() public méthode

public HandleRpc ( ISender caller, string method, IList args, object req_state ) : void
caller ISender
method string
args IList
req_state object
Résultat void

HandleTree() protected méthode

protected HandleTree ( object q, EventArgs args ) : void
q object
args System.EventArgs
Résultat void

MapReduceHandler() public méthode

public MapReduceHandler ( Node n ) : System
n Node
Résultat System

SubscribeTask() public méthode

public SubscribeTask ( MapReduceTask task ) : void
task MapReduceTask
Résultat void

Property Details

_name_to_task protected_oe property

protected Dictionary _name_to_task
Résultat MapReduceTask>.Dictionary

_node protected_oe property

protected Node _node
Résultat Node

_rpc protected_oe property

protected RpcManager,Brunet.Messaging _rpc
Résultat Brunet.Messaging.RpcManager

_sync protected_oe property

protected object _sync
Résultat object