Re: Add isPrimary() and isBackup() methods on CacheQueryEntryEvent

2017-08-09 Thread Kozlov Maxim
Igniters, What do you think about the new API? > 3 авг. 2017 г., в 15:56, Kozlov Maxim написал(а): > > Guys, > > I'm sorry for the misunderstanding, I was tired at the end of the day :-) > In the process of working on the task, I had to add 2 methods to the public > interface. > The first m

Re: Add isPrimary() and isBackup() methods on CacheQueryEntryEvent

2017-08-03 Thread Kozlov Maxim
Guys, I'm sorry for the misunderstanding, I was tired at the end of the day :-) In the process of working on the task, I had to add 2 methods to the public interface. The first method is #isBackup(), it returns 'true' if cache is being updated on the backup node. The second method is #isPrimary

Re: Add isPrimary() and isBackup() methods on CacheQueryEntryEvent

2017-08-03 Thread Anton Vinogradov
Folks, As far as I see, Issue still in PatchAvailable state, what did you mean by "solved"? On Wed, Aug 2, 2017 at 8:01 PM, Kozlov Maxim wrote: > Sure. > > CacheQueryEntryEvent: > > public abstract boolean isBackup(); > public abstract boolean isPrimary(); > > > > 2 авг. 2017 г., в 19:56, Nikol

Re: Add isPrimary() and isBackup() methods on CacheQueryEntryEvent

2017-08-02 Thread Kozlov Maxim
Sure. CacheQueryEntryEvent: public abstract boolean isBackup(); public abstract boolean isPrimary(); > 2 авг. 2017 г., в 19:56, Nikolai Tikhonov написал(а): > > Max, > > Thank you for your contribution! Could you share here what exactly was > added to interface? > > On Wed, Aug 2, 2017 at 7

Re: Add isPrimary() and isBackup() methods on CacheQueryEntryEvent

2017-08-02 Thread Nikolai Tikhonov
Max, Thank you for your contribution! Could you share here what exactly was added to interface? On Wed, Aug 2, 2017 at 7:53 PM, Kozlov Maxim wrote: > Igniters, > > When you solved the 3878[1] ticket, two methods were added[2]: isPrimary() > and isBackup() on the CacheQueryEntryEvent in a public

Add isPrimary() and isBackup() methods on CacheQueryEntryEvent

2017-08-02 Thread Kozlov Maxim
Igniters, When you solved the 3878[1] ticket, two methods were added[2]: isPrimary() and isBackup() on the CacheQueryEntryEvent in a public API. Do you agree with this decision? [1] https://issues.apache.org/jira/browse/IGNITE-3878 [2] https:

[jira] [Created] (IGNITE-3878) Add isPrimary() and isBackup() methods on CacheQUeryEntryEvent

2016-09-09 Thread Nikolay Tikhonov (JIRA)
Nikolay Tikhonov created IGNITE-3878: Summary: Add isPrimary() and isBackup() methods on CacheQUeryEntryEvent Key: IGNITE-3878 URL: https://issues.apache.org/jira/browse/IGNITE-3878 Project