Thank you, Sorry but I can not understand how to implement it. Could you please show me an example of its use? I just started to use Ignite.
Thanks 2017-07-07 0:03 GMT+02:00 vkulichenko <[email protected]>: > Hi, > > See CacheConfiguration#nodeFilter property. It's just a predicate that > filters out nodes, cache will be deployed only on those for which filter > returns true. The easiest way would be to set custom attributes via > IgniteConfiguration#userAttributes and filter out using > AttributeNodeFilter > which is provided out of the box. > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Ignite-Information-tp14330p14423.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
