Hi,

You can use NodeFilter for caches. Please use this JavaDoc for information:
https://www.javadoc.io/doc/org.apache.ignite/ignite-core/latest/org/apache/ignite/util/AttributeNodeFilter.html

Example can be found here:
https://github.com/ezhuravl/ignite-code-examples/blob/master/src/main/java/examples/nodefilter/cache/CacheNodeFilterExample.java

Evgenii

пт, 6 мар. 2020 г. в 18:34, Edward Chen <java...@gmail.com>:

> Hello,
>
> I want to achieve this topology, do you know how to configure ?
>
> The critical parts are, cache2 in JVM2 should not be replicated or copied
> to JVM 1 . cache1 in JVM1 should not be replicated or copied to JVM 2 .
> JVM3 and JVM 4 are each other failed-over backup.
>
> Thanks. Ed
>

Reply via email to