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

Implements the IMRU client API for in-process execution More...

Inherits Org.Apache.REEF.IMRU.API.IIMRUClient.

Public Member Functions

IEnumerable< TResult > Submit< TMapInput, TMapOutput, TResult, TPartitionType > (IMRUJobDefinition jobDefinition)
 Submits the map job More...
 

Properties

IJobSubmissionResult JobSubmissionResult [get]
 DriverHttpEndPoint returned by IReefClient after job submission More...
 
- Properties inherited from Org.Apache.REEF.IMRU.API.IIMRUClient
IJobSubmissionResult JobSubmissionResult [get]
 DriverHttpEndPoint returned by IReefClient after job submission returning null is a valid option for implementations that do not run on yarn or multi-core For example: see InProcessIMRUCLient.cs More...
 

Detailed Description

Implements the IMRU client API for in-process execution

This client assumes that all given Configurations can be merged in a conflict-free way.

Member Function Documentation

IEnumerable<TResult> Org.Apache.REEF.IMRU.InProcess.InProcessIMRUClient.Submit< TMapInput, TMapOutput, TResult, TPartitionType > ( IMRUJobDefinition  jobDefinition)
inline

Submits the map job

Template Parameters
TMapInputThe type of the side information provided to the Map function
TMapOutputThe return type of the Map function
TResultThe return type of the computation.
TPartitionTypeType of data partition (Generic type in IInputPartition)
Parameters
jobDefinitionJob definition given by the user
Returns
The result of the job

Implements Org.Apache.REEF.IMRU.API.IIMRUClient.

Property Documentation

IJobSubmissionResult Org.Apache.REEF.IMRU.InProcess.InProcessIMRUClient.JobSubmissionResult
get

DriverHttpEndPoint returned by IReefClient after job submission


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