[infinispan-issues] [JBoss JIRA] (ISPN-2732) Support more efficient operations when value is a collection
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Feb 5 08:59:51 EST 2013
[ https://issues.jboss.org/browse/ISPN-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-2732:
--------------------------------
Fix Version/s: 6.0.0.Final
> 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
> Fix For: 6.0.0.Final
>
>
> 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