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

Inherited by Org.Apache.REEF.IMRU.InProcess.InProcessIMRUClient, and Org.Apache.REEF.IMRU.OnREEF.Client.REEFIMRUClient.

Public Member Functions

IEnumerable< TResult > Submit< TMapInput, TMapOutput, TResult, TPartitionType > (IMRUJobDefinition jobDefinition)
 Submit the given job for execution. More...
 

Properties

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...
 

Member Function Documentation

IEnumerable<TResult> Org.Apache.REEF.IMRU.API.IIMRUClient.Submit< TMapInput, TMapOutput, TResult, TPartitionType > ( IMRUJobDefinition  jobDefinition)

Submit the given job for execution.

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
jobDefinitionIMRU job definition
Returns
Result of IMRU

Implemented in Org.Apache.REEF.IMRU.InProcess.InProcessIMRUClient.

Property Documentation

IJobSubmissionResult Org.Apache.REEF.IMRU.API.IIMRUClient.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


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