RE: Grid Events and oldValue versus newValue

2017-02-13 Thread gordon.reid@ninemilefinancial
cache configuration? On Tue, Feb 14, 2017 at 1:27 AM, gordon.reid@ninemilefinancial<mailto:gordon.reid@ninemilefinancial> <[hidden email]> wrote: Thanks for your reply Andrew. Actually I did not set copyOnRead manually. Based on your suggestion, I have now tried setting it manually to t

Grid Events and oldValue versus newValue

2017-02-12 Thread gordon.reid@ninemilefinancial
When updating entities in my cache, the oldValue=newValue in the event, unless I do a put with the original object instance. This is of course not always possible. Here is a simplified example. IgnitePredicate locLsnr = evt -> { // do something };

Re: How can I call a Java Service from .NET

2016-12-07 Thread gordon.reid@ninemilefinancial
Champion. Thanks. ptupitsyn wrote > Hi Gordon, > > I've just added documentation for this feature: > https://apacheignite-net.readme.io/docs/calling-java-services > > Let me know if something is missing. > > Thanks, > Pavel > > On Wed, Dec 7, 2016 at 6:18 AM, Gordon Reid (Nine Mile) < >