[infinispan-dev] Distributed execution framework - API proposal(s)

Vladimir Blagojevic vblagoje at redhat.com
Tue Jan 4 04:21:55 EST 2011


On 11-01-03 4:30 PM, Eduardo Martins wrote:
> Why not?
>
> public interface DistributedTaskContext {
> 		
>     <K, V>  Cache<K, V>  getCache(String cacheName);
> 		
>     Address getExecutionNode();
> 		
> }
>
> -- Eduardo
> ..............................................
> http://emmartins.blogspot.com
> http://redhat.com/solutions/telco
>
Yes, that seems to be a good approach. Galder already suggested this 
instead of extending CacheContainer. I already corrected the original 
proposal.

Cheers,
Vladimir


More information about the infinispan-dev mailing list