[infinispan-issues] [JBoss JIRA] (ISPN-3162) implement a spliterator like interface for parallel traversal of local and replicated cache
William Burns (JIRA)
issues at jboss.org
Fri Mar 18 12:35:00 EDT 2016
[ https://issues.jboss.org/browse/ISPN-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
William Burns resolved ISPN-3162.
---------------------------------
Resolution: Duplicate
This is handled by distributed streams now.
> 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, Distributed Execution and Map/Reduce, Loaders and Stores
> Affects Versions: 5.3.0.CR1
> Reporter: Mathieu Lachance
>
> 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 was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list