Package org.apache.ignite.examples.datastructures
Demonstrates using of blocking and non-blocking queues and atomic data structures.
-
Class Summary Class Description IgniteAtomicLongExample Demonstrates a simple usage of distributed atomic long.IgniteAtomicReferenceExample Demonstrates a simple usage of distributed atomic reference.IgniteAtomicSequenceExample Demonstrates a simple usage of distributed atomic sequence.IgniteAtomicStampedExample Demonstrates a simple usage of distributed atomic stamped.IgniteCountDownLatchExample Demonstrates a simple usage of distributed count down latch.IgniteExecutorServiceExample Simple example to demonstrate usage of distributed executor service provided by Ignite.IgniteLockExample This example demonstrates cache based reentrant lock.IgniteQueueExample Ignite cache distributed queue example.IgniteSemaphoreExample This example demonstrates cache based semaphore.IgniteSetExample Ignite cache distributed set example.