You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Dhruv Mahajan (JIRA)" <ji...@apache.org> on 2015/10/13 05:44:05 UTC

[jira] [Created] (REEF-840) IIMRUClient does not need to have generic type

Dhruv Mahajan created REEF-840:
----------------------------------

             Summary: IIMRUClient does not need to have generic type
                 Key: REEF-840
                 URL: https://issues.apache.org/jira/browse/REEF-840
             Project: REEF
          Issue Type: Sub-task
          Components: REEF.NET
    Affects Versions: 0.14
         Environment: c#
            Reporter: Dhruv Mahajan
            Assignee: Dhruv Mahajan
             Fix For: 0.14


Currently IIMRUReefClient is of Generic Type with TMapInput TMapOutput and TResult Generic types. 

The aim of this jira is to shift Generics to Submit<TMapInput,TMapOutput,Result>() function in IMRUClient.

This has the advantage where the IIMRUClient needs to be generated or invoked before we know the generic types. For example we can invoke one IIMRUClient and use it in multiple algorithms. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)