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/11/14 20:16:01 UTC

[jira] [Commented] (IGNITE-6912) .NET: Thin client: Cache iterator

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

Pavel Tupitsyn commented on IGNITE-6912:
----------------------------------------

See {{GridCacheAdapter.scanIterator()}}. It appears that scan query without a filter is exactly the same thing as a cache iterator.

> .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. Find out wether ScanQuery is a good equivalent of a proper cache iterator.



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