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

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

     [ https://issues.apache.org/jira/browse/REEF-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julia resolved REEF-840.
------------------------
    Resolution: Fixed

resolved via https://github.com/apache/incubator-reef/pull/562

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