Re: Ignite Transactions and non-committed entries

2016-07-25 Thread vkulichenko
There are operations that are enlisted in a transaction (get, put, remove, etc.) and non-transactional (like size, clear, etc.). JavaDoc for methods usually specify that. If a transactional operation is executed without a transaction, an implicit transaction will be created by Ignite for this

Re: Ignite Transactions and non-committed entries

2016-07-22 Thread Juan Velez
Hi Val, Thanks for the reply. So if I understand correctly, if a cache is defined to be transactional, all accesses to the cache (either a put, get, size, clear, etc.) have to be within the context of a transaction? Thanks - J > On 22 Jul, 2016, at 2:45 PM, vkulichenko