You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by mnadeem <co...@gmail.com> on 2016/10/07 12:50:58 UTC

java.util.concurrent.CompletionService implementation

Appreciate if java.util.concurrent.CompletionService implementation is
provided as in Infinispan
(org.infinispan.distexec.DistributedExecutionCompletionService<V>),



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/java-util-concurrent-CompletionService-implementation-tp8148.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: java.util.concurrent.CompletionService implementation

Posted by Yakov Zhdanov <yz...@apache.org>.
Why don't use JDK provided service?

ExecutorCompletionService service = new
ExecutorCompletionService(dr1Hub.executorService());


--Yakov

2016-10-07 15:50 GMT+03:00 mnadeem <co...@gmail.com>:

> Appreciate if java.util.concurrent.CompletionService implementation is
> provided as in Infinispan
> (org.infinispan.distexec.DistributedExecutionCompletionService<V>),
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/java-util-concurrent-CompletionService-
> implementation-tp8148.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>