This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Network.Group.Operators.Impl.ScatterOperatorSpec 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.ScatterOperatorSpec Class Reference

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

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

Public Member Functions

 ScatterOperatorSpec (string senderId, params IConfiguration[] configurations)
 Creates a new ScatterOperatorSpec. More...
 

Properties

string SenderId [get]
 Returns the identifier for the task that splits and scatters a list of messages to other tasks. 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 Scatter Group Communication Operators.

Constructor & Destructor Documentation

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

Creates a new ScatterOperatorSpec.

Parameters
senderIdThe identifier of the task that will be sending messages
configurationsThe configuration Codec, ReduceFunction and DataConverter used for group communication client

Property Documentation

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

Returns the Configuration for Codec, ReduceFunction and DataConverter

string Org.Apache.REEF.Network.Group.Operators.Impl.ScatterOperatorSpec.SenderId
get

Returns the identifier for the task that splits and scatters a list of messages to other tasks.


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