Hi, Igniters Does it make sense to set cacheMode = LOCAl for AtomicConfiguration.
property name="atomicConfiguration">
<bean
class="org.apache.ignite.configuration.AtomicConfiguration">
<property name="cacheMode" value="LOCAL"/>
</bean>
</property>
Such configuration works fine.
I'm tried to find answer on readme.io (
https://apacheignite.readme.io/v1.4/docs/atomic-types) but found nothing
about this.
Could anyone to clarify this moment?
--
Pavel
