[infinispan-issues] [JBoss JIRA] (ISPN-3162) implement a spliterator like interface for parallel traversal of local and replicated cache

Mathieu Lachance (JIRA) jira-events at lists.jboss.org
Thu May 30 20:24:54 EDT 2013


Mathieu Lachance created ISPN-3162:
--------------------------------------

             Summary: implement a spliterator like interface for parallel traversal of local and replicated cache
                 Key: ISPN-3162
                 URL: https://issues.jboss.org/browse/ISPN-3162
             Project: Infinispan
          Issue Type: Feature Request
          Components: Core API, Distributed Execution and Map/Reduce, Loaders and Stores
    Affects Versions: 5.3.0.CR1
            Reporter: Mathieu Lachance
            Assignee: Mircea Markus


The backport of ConcurrentHashMapV8 comes with an interesting interface, Spliterator and it's 3 implementations, Key/Value/EntryIterator. 

As java 7 is now being more widely adopted, it could be interesting to offer to take advantage of the java ForkJoinPool for the parallel traversal of local and replicated caches where the Infinispan map reduce framework is maybe less suited for.

At term, it could be used to speed up the search in a cache without the need to index it.

--
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