Re: Ignite.net caching a item to specific machine

2020-04-21 Thread Sudhir Patil
Thanks Pavel. I will look at code and get back on it... Regards Sudhir On Tuesday, April 21, 2020, Pavel Tupitsyn wrote: > I've prepared the example: > https://github.com/ptupitsyn/ignite-net-examples/tree/ > master/CacheNodeFilter > > We don't actually need to write any Java, because Ignite s

Re: Ignite.net caching a item to specific machine

2020-04-20 Thread Pavel Tupitsyn
I've prepared the example: https://github.com/ptupitsyn/ignite-net-examples/tree/master/CacheNodeFilter We don't actually need to write any Java, because Ignite ships with predefined AttributeNodeFilter. In the example there are two caches: "user" and "company", and two server nodes. Every cache

Re: Ignite.net caching a item to specific machine

2020-04-19 Thread Sudhir Patil
Hi Pavel, Thanks. Yes, maybe sample around this would be helpful. Requirement side what we wanted is store specific cache items on machine so that they served in better ways. I am not sure will it be helpful or not... Regards Sudhir On Saturday, April 18, 2020, Pavel Tupitsyn wrote: > Hi, > >

Re: Ignite.net caching a item to specific machine

2020-04-18 Thread Pavel Tupitsyn
Hi, There is a CacheConfiguration.NodeFilter property. The filter defines which nodes should store given cache data. Unfortunately, this property is not available in Ignite.NET. You can define a filter in Java, then use it in your Ignite.NET application: * Write a filter in Java and compile * Pre

Ignite.net caching a item to specific machine

2020-04-17 Thread Sudhir Patil
Hi All, I am using ignite.net. Question is does it support caching a cache item on specific machine? E.g. I want to store Employee records on machine A and Employer records on machine B. Regards Sudhir -- Thanks & Regards, Sudhir Patil, +91 9881095647.