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/
