You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2015/03/21 08:28:38 UTC

[jira] [Closed] (IGNITE-543) Query API changes

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

Valentin Kulichenko closed IGNITE-543.
--------------------------------------

> Query API changes
> -----------------
>
>                 Key: IGNITE-543
>                 URL: https://issues.apache.org/jira/browse/IGNITE-543
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>            Reporter: Dmitriy Setrakyan
>            Assignee: Valentin Kulichenko
>            Priority: Blocker
>             Fix For: sprint-2
>
>
> # We have 2 query methods, one for Query and another for SqlFieldsQuery types and this set can grow every time we add a new type of query. Let's us try to have just one query methods with return type specified as generic, like so: {{<T> QueryCursor<T> query(Query<T>)}}
> # Remove localQuery methods in favor of Query.isLocal() flag. 



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