[infinispan-dev] Map/Reduce or other batch processing on CacheLoader stored entries

Tristan Tarrant ttarrant at redhat.com
Thu May 10 01:43:37 EDT 2012


On 05/09/2012 12:10 PM, Sanne Grinovero wrote:
> 3) I need the Map/Reduce to execute also on all entries stored in the
> CacheLoader entries. I don't believe that's the case today.. and even
> if I wanted to use just the Executor, I believe the CacheLoader API
> needs to provide some option to load all keys in a stream form
> appropriate for batch processing: using loadAll will likely get me
> into an OOM.
>
Even a simple loadAll(Callable<V>) would do the trick

Tristan


More information about the infinispan-dev mailing list