This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Network.Group.Operators.Impl.ReduceOperatorSpec Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Properties | List of all members
Org.Apache.REEF.Network.Group.Operators.Impl.ReduceOperatorSpec Class Reference

The specification used to define Reduce Group Communication Operators. More...

Inherits Org.Apache.REEF.Network.Group.Operators.IOperatorSpec.

Public Member Functions

 ReduceOperatorSpec (string receiverId, params IConfiguration[] configurations)
 Creates a new ReduceOperatorSpec. More...
 

Properties

string ReceiverId [get]
 Returns the identifier for the task that receives and reduces incoming messages. More...
 
IConfiguration Configuration [get]
 Returns the Configuration for Codec, ReduceFunction and DataConverter More...
 
- Properties inherited from Org.Apache.REEF.Network.Group.Operators.IOperatorSpec
IConfiguration Configuration [get]
 

Detailed Description

The specification used to define Reduce Group Communication Operators.

Constructor & Destructor Documentation

Org.Apache.REEF.Network.Group.Operators.Impl.ReduceOperatorSpec.ReduceOperatorSpec ( string  receiverId,
params IConfiguration[]  configurations 
)
inline

Creates a new ReduceOperatorSpec.

Parameters
receiverIdThe identifier of the task that will receive and reduce incoming messages.
configurationsThe configuration used for Codec, ReduceFunction and DataConverter.

Property Documentation

IConfiguration Org.Apache.REEF.Network.Group.Operators.Impl.ReduceOperatorSpec.Configuration
get

Returns the Configuration for Codec, ReduceFunction and DataConverter

string Org.Apache.REEF.Network.Group.Operators.Impl.ReduceOperatorSpec.ReceiverId
get

Returns the identifier for the task that receives and reduces incoming messages.


The documentation for this class was generated from the following file: