You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Irina Vasilinets (JIRA)" <ji...@apache.org> on 2015/02/25 14:27:04 UTC

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

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

Irina Vasilinets reassigned IGNITE-335:
---------------------------------------

    Assignee: Irina Vasilinets  (was: Yakov Zhdanov)

> 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: Irina Vasilinets
>            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(@Nullable Query initQuery)
> {code}



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