Chapter 9. Locking
9.1. About Locking Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
JBoss Data Grid provides locking mechanisms to prevent dirty reads (where a transaction reads an outdated value before another transaction has applied changes to it) and non-repeatable reads.