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/02/25 07:49:04 UTC

[jira] [Created] (IGNITE-335) Need to change ContinuousQuery.setInitialPredicate API

Dmitriy Setrakyan created IGNITE-335:
----------------------------------------

             Summary: Need to change ContinuousQuery.setInitialPredicate API
                 Key: IGNITE-335
                 URL: https://issues.apache.org/jira/browse/IGNITE-335
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Dmitriy Setrakyan
            Assignee: Yakov Zhdanov
            Priority: Blocker
             Fix For: sprint-2


Current API is very confusing. It has a parameter of type `Query` which is called `initFilter` and is being set with a setter called `setInitialPredicate`.

Let change this API:
{code}
public ContinuousQuery<K, V> setInitialPredicate(Query initFilter)
{code}
to this API
{code}
public ContinuousQuery<K, V> setInitialQuery(Query initQuery)
{code}



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