C# Class Brunet.Services.MapReduce.MapReduceArgs

Show 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 property

public object GenArg
return object

MapArg public property

public object MapArg
return object

ReduceArg public property

public object ReduceArg
return object

TaskName public property

public string TaskName
return string