[ 
https://issues.apache.org/jira/browse/IGNITE-6912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253072#comment-16253072
 ] 

Vladimir Ozerov commented on IGNITE-6912:
-----------------------------------------

[~ptupitsyn], scans and standard iterators are not semantically equal. To be 
more precise, we never declared that they are semantically different, but 
neither we state that they are semantically equal. One example of such a 
difference is MVCC [1]. We have a plan to support it to scans, but do not have 
clear plans for iterators yet. So I'd prefer to use standard iterator API 
instead.

[1] IGNITE-3478

> .NET: Thin client: Cache iterator
> ---------------------------------
>
>                 Key: IGNITE-6912
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6912
>             Project: Ignite
>          Issue Type: Improvement
>      Security Level: Public(Viewable by anyone) 
>          Components: platforms, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 2.4
>
>
> {{ICacheClient}} should be {{IEnumerable<ICacheEntry<TK, TV>>}}, same as 
> {{ICache}}.
> This can be easily implemented with a {{ScanQuery}} without a filter.
> Same thing for {{GetLocalEntries}}.



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

Reply via email to