<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 5 Jan 2011, at 17:05, Vladimir Blagojevic wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><blockquote type="cite">Or, perhaps, making use of a more fluent API:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">R result = new MapReduceTask(cache).on(K...).mappedWith(mapper).reducedWith(reducer).collate(collator);<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Future&lt;R&gt; &nbsp;result = new MapReduceTask(cache).on(K...).mappedWith(mapper).reducedWith(reducer).collateAsynchronously(collator);<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">List&lt;R&gt; &nbsp;result = new DistributedRemoteTask(cache).on(K...).execute(distributedCallable);<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">List&lt;Future&lt;R&gt;&gt; &nbsp;result = new DistributedRemoteTask(cache).on(K...).executeAsync(distributedCallable);<br></blockquote><blockquote type="cite"><br></blockquote><br><br><br>Awesome! I love this fluent API proposal!<br><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></span></blockquote><br></div><div>Cool. &nbsp;Then if this is the case lets stick with the fluent API - I think it would make life much easier for developers.</div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><div>--</div><div>Manik Surtani</div><div><a href="mailto:manik@jboss.org">manik@jboss.org</a></div><div><a href="http://twitter.com/maniksurtani">twitter.com/maniksurtani</a></div><div><br></div><div>Lead, Infinispan</div><div><a href="http://www.infinispan.org">http://www.infinispan.org</a></div><div><br></div></div></span><br class="Apple-interchange-newline">
</div>
<br></body></html>