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

The specification used to define Broadcast Operators. More...

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

Public Member Functions

 BroadcastOperatorSpec (string senderId, params IConfiguration[] configurations)
 Specification for Broadcast Operator More...
 

Properties

string SenderId [get]
 Returns the identifier of the Task that will broadcast data 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 Broadcast Operators.

Constructor & Destructor Documentation

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

Specification for Broadcast Operator

Parameters
senderId
configurations

Property Documentation

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

Returns the Configuration for Codec, ReduceFunction and DataConverter

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

Returns the identifier of the Task that will broadcast data to other Tasks.


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