]
Galder Zamarreño updated ISPN-132:
----------------------------------
Fix Version/s: 7.1.0.Alpha1
(was: 7.0.0.Final)
Distributed queue/list API
--------------------------
Key: ISPN-132
URL:
https://issues.jboss.org/browse/ISPN-132
Project: Infinispan
Issue Type: Feature Request
Components: Core
Reporter: Bryan Grunow
Labels: leads
Fix For: 7.1.0.Alpha1
Original request:
{quote}
Add support for retrieving entries from the cache (simple API and Tree API) via insertion
(FIFO) order.
For example, cache.getNext(); would return the next entry in the queue.
{quote}
Updating this JIRA to provide an API for a collection that can be appended to without
retrieving the entire collection. Essentially a list, with various concurrent access
guarantees.