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