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/05/19 00:51:01 UTC

[jira] [Updated] (REEF-169) Add IInjector ForkInjector(IConfiguration configuration);

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

Julia updated REEF-169:
-----------------------
    Fix Version/s: 0.11

> Add IInjector ForkInjector(IConfiguration configuration);
> ---------------------------------------------------------
>
>                 Key: REEF-169
>                 URL: https://issues.apache.org/jira/browse/REEF-169
>             Project: REEF
>          Issue Type: Improvement
>          Components: REEF.NET, Tang.NET
>            Reporter: Markus Weimer
>            Assignee: Markus Weimer
>             Fix For: 0.11
>
>
> Currently, {{IInjector}} only exposes the following APIs:
> {code:title=IInjector.cs}
> IInjector ForkInjector(IConfiguration[] configurations);
> IInjector ForkInjector();
> {code}
> More often than not, we'd want to fork with only a single {{IConfiguration}}. Hence, we should add:
> {code}
> IInjector ForkInjector(IConfiguration configuration);
> {code}



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