C# Class Brunet.Services.MapReduce.MapReduceArgs

Mostra file Open project: johnynek/brunet Class Usage Examples

Public Properties

Property Type Description
GenArg object
MapArg object
ReduceArg object
TaskName string

Public Methods

Method 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 method

public MapReduceArgs ( IDictionary ht ) : System
ht IDictionary
return System

MapReduceArgs() public method

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
return System

ToHashtable() public method

public ToHashtable ( ) : Hashtable
return System.Collections.Hashtable

Property Details

GenArg public_oe property

public object GenArg
return object

MapArg public_oe property

public object MapArg
return object

ReduceArg public_oe property

public object ReduceArg
return object

TaskName public_oe property

public string TaskName
return string