[infinispan-issues] [JBoss JIRA] (ISPN-2732) Support more efficient operations when value is a collection
Ray Tsang (JIRA)
jira-events at lists.jboss.org
Fri Jan 18 15:47:21 EST 2013
Ray Tsang created ISPN-2732:
-------------------------------
Summary: Support more efficient operations when value is a collection
Key: ISPN-2732
URL: https://issues.jboss.org/browse/ISPN-2732
Project: Infinispan
Issue Type: Feature Request
Components: Distributed Cache
Reporter: Ray Tsang
Assignee: Mircea Markus
Support operations such as append, push/pop, etc for being able to store collection/list as value
Support operation such as slice to retrieve parts of collections.
Some collections in mind are: Deque, PriorityQueue (heap, sorted list), etc.
Perhaps expand on Delta and DeltaAware, and as counterparts to AtomicHashMap.
If using current map interface, maybe something along the line of:
map.put("key", new AppendDelta("..."));
map.get("key", new RangeSlice(1, 5));
or advancedCache.applyDelta(...); and advancedCache.retrieveSlice(...)?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list