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 <[email protected]> > wrote: > > Hi, > > size() is not a transactional operation, so it doesn't provide any > transactional guarantees. Ignite simply maintains an internal counter and > returns its value from this method. > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Ignite-Transactions-and-non-committed-entries-tp6451p6485.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com.
