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

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

Dmitriy Setrakyan created IGNITE-543:
----------------------------------------

             Summary: 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)