Hi,
On 01/20/2014 11:28 AM, Galder ZamarreƱo wrote:
Hi all,
Dropping AtomicMap and FineGrainedAtomicMap was discussed last week in the F2F meeting
[1]. It's complex and buggy, and we'd recommend people to use the Grouping API
instead [2]. Grouping API would allow data to reside together, while the standard map API
would apply per-key locking.
+1. are we going to dropping the Delta stuff?
We don't have a timeline for this yet, but we want to get as much feedback on the
topic as possible so that we can evaluate the options.
before starting with it, I would recommend to add the following method
to cache API:
/**
* returns all the keys and values associated with the group name. The
Map<K, V> is immutable (i.e. read-only)
**/
Map<K, V> getGroup(String groupName);
Cheers,
Pedro