You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by th76 <th...@atsc.nl> on 2017/11/30 14:17:36 UTC

Java's DelayQueue as distributed data structure?

Hi,

Is it possible to use java.util.concurrent.DelayQueue
(https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/DelayQueue.html)
as distributed data structure?

Thanks!

Teun Hoogendoorn



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Java's DelayQueue as distributed data structure?

Posted by th76 <th...@atsc.nl>.
Hi Slava,

I've filed the feature request in JIRA
(https://issues.apache.org/jira/browse/IGNITE-7098)

Thanks again,

Teun Hoogendoorn



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Java's DelayQueue as distributed data structure?

Posted by "slava.koptilin" <sl...@gmail.com>.
Hi Teun,

Yes, you can file JIRA ticket here
https://issues.apache.org/jira/projects/IGNITE
And of course, feel free to contribute! :)

Thanks,
Slava.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Java's DelayQueue as distributed data structure?

Posted by th76 <th...@atsc.nl>.
Hi Slava,

Thanks for your response. 

Hopefully the DelayQueue is added in the future. Can I make a feature
request for the DelayQueue somewhere? 

Greetings,

Teun Hoogendoorn





--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Java's DelayQueue as distributed data structure?

Posted by "slava.koptilin" <sl...@gmail.com>.
Hi Teun,

Apache Ignite provides support for the following data structures:
 - distributed blocking queue (IgniteQueue) and distributed set (IgniteSet)
 - atomic types (IgniteAtomicLong, IgniteAtomicReference)
 - syncronization objects (CountDownLatch, Semaphore)
 - distributed atomic sequence (IgniteAtomicSequence)

The comprehensive description can be found here [1]

Unfortunately, DelayQueue is not supported for now.

[1] https://apacheignite.readme.io/docs/data-structures



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/