Hi,

Node attributes can be added only before node startup.

To start a cache on specific nodes you could use
CacheConfiguration#setNodeFilter

Ignite#compute(org.apache.ignite.cluster.ClusterGroup) accepts a cluster
group which could be, for example ignite.cluster().forAttribute(...). 
As well, you could use IgniteCompute#affinityCall or
IgniteCompute#affinityRun.

Kind regards,
Alex 



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to