Re: Server and Client mode per cache

2016-09-01 Thread vkulichenko
Hi, You can use CacheConfiguration.setNodeFilter(..) property to specify where the particular cache will be deployed. If not set, it will be deployed on all server nodes. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Server-and-Client-mode-per-cache

Server and Client mode per cache

2016-09-01 Thread Yitzhak Molko
Hi, I am trying to configure ignite that cache A data will be on all nodes and cache B data on some subset of nodes. In other words for cache A ignite will be in server mode for all nodes and for cache B ignite will in server mode for some nodes and in client mode for others. I think it could be