Hi,

Please properly subscribe to the mailing list so that the community can
receive email notifications for your messages. Here is the instruction:
http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1


hlustosa wrote
> -When we start a client node, its local memory is used to store keys and
> values for a distributed cache?

No, unless you create a near cache on this client. See
https://apacheignite.readme.io/docs/near-caches


hlustosa wrote
> -In case when there is no replication, the cache.put method is
> synchronous? I mean, once the method is executed in the client, the key
> and the value are transferred to some cluster node? 

Yes, by default cache.put updates the primary node synchronously. If you
want to execute asynchronously, refer to this page:
https://apacheignite.readme.io/docs/async-support

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Exception-scanning-cache-tp6493p6520.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to