C# Class Brunet.Services.MapReduce.MapReduceArgs

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

Méthodes publiques

Свойство Type Description
GenArg object
MapArg object
ReduceArg object
TaskName string

Méthodes publiques

Méthode Description
MapReduceArgs ( IDictionary ht ) : System
MapReduceArgs ( string task_name, object map_arg, object gen_arg, object reduce_arg ) : System
ToHashtable ( ) : Hashtable

Method Details

MapReduceArgs() public méthode

public MapReduceArgs ( IDictionary ht ) : System
ht IDictionary
Résultat System

MapReduceArgs() public méthode

public MapReduceArgs ( string task_name, object map_arg, object gen_arg, object reduce_arg ) : System
task_name string
map_arg object
gen_arg object
reduce_arg object
Résultat System

ToHashtable() public méthode

public ToHashtable ( ) : Hashtable
Résultat System.Collections.Hashtable

Property Details

GenArg public_oe property

public object GenArg
Résultat object

MapArg public_oe property

public object MapArg
Résultat object

ReduceArg public_oe property

public object ReduceArg
Résultat object

TaskName public_oe property

public string TaskName
Résultat string