]
Radim Vansa updated ISPN-7803:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Functional commands-based AtomicMap
-----------------------------------
Key: ISPN-7803
URL:
https://issues.jboss.org/browse/ISPN-7803
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: Radim Vansa
Assignee: Radim Vansa
Labels: atomic_map
Implement AtomicMap based on the functional commands instead of DeltaAware.
* Fine-grained and coarse-grained locking options should be preserved, though it might be
necessary to introduce further locking to achieve atomicity during command execution.
* Support transactional caches.
* This implementation should replace the original implementation (temporarily allowing to
opt-in for the old variant with a system property).