You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/06/29 08:07:00 UTC

[jira] [Updated] (IGNITE-5614) .NET: IDataStreamer.AddData should take IEnumerable

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

Pavel Tupitsyn updated IGNITE-5614:
-----------------------------------
    Description: 
There is {{IDataStreamer.AddData(ICollection<KeyValuePair<TK, TV>> entries)}}, which is not consistent with other APIs like {{ICache.PutAll(IEnumerable<KeyValuePair<TK, TV>> vals)}}.
{{IEnumerable}} is more user-friendly, avoids huge collection allocation, etc.

  was:There is {{IDataStreamer.AddData(ICollection<KeyValuePair<TK, TV>> entries)}}, which is not consistent with other APIs like {{ICache.PutAll(IEnumerable<KeyValuePair<TK, TV>> vals)}}.


> .NET: IDataStreamer.AddData should take IEnumerable
> ---------------------------------------------------
>
>                 Key: IGNITE-5614
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5614
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms
>    Affects Versions: 2.0
>            Reporter: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 2.2
>
>
> There is {{IDataStreamer.AddData(ICollection<KeyValuePair<TK, TV>> entries)}}, which is not consistent with other APIs like {{ICache.PutAll(IEnumerable<KeyValuePair<TK, TV>> vals)}}.
> {{IEnumerable}} is more user-friendly, avoids huge collection allocation, etc.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)