[
https://issues.apache.org/jira/browse/IGNITE-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15859382#comment-15859382
]
Maksim Kozlov edited comment on IGNITE-3878 at 2/9/17 11:27 AM:
----------------------------------------------------------------
[~yzhdanov] when creating {{final CacheEventListener3 lsnr = asyncCallback() ?
new CacheEventAsyncListener3() : new CacheEventListener3();}} and
{{asyncCallback()}} is {{true}} then instance {{CacheEventAsyncListener3}}
implementation is {{No-op}}, so I decided that we should not check in this
version.
was (Author: dreamx):
[~yzhdanov] when creating {{final CacheEventListener3 lsnr = asyncCallback() ?
new CacheEventAsyncListener3() : new CacheEventListener3();}} and
{{asyncCallback}} is {{true}} then instance {{CacheEventAsyncListener3}}
implementation is {{No-op}}, so I decided that we should not check in this
version.
> Add isPrimary() and isBackup() methods on CacheQUeryEntryEvent
> --------------------------------------------------------------
>
> Key: IGNITE-3878
> URL: https://issues.apache.org/jira/browse/IGNITE-3878
> Project: Ignite
> Issue Type: Improvement
> Components: cache
> Affects Versions: 1.7
> Reporter: Nikolay Tikhonov
> Assignee: Maksim Kozlov
> Priority: Minor
>
> In some cases useful know where (on primary or backup nodes) was invoked a
> continuous query filter.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)