Uses of Class
com.hazelcast.spi.AbstractWaitNotifyKey

Packages that use AbstractWaitNotifyKey
com.hazelcast.collection.impl.queue   
com.hazelcast.concurrent.countdownlatch This package contains ICountDownLatch functionality for Hazelcast.
The ICountDownLatch is the distributed version of the CountDownLatch
com.hazelcast.concurrent.semaphore This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
com.hazelcast.ringbuffer.impl Contains the Ringbuffer implementation classes. 
 

Uses of AbstractWaitNotifyKey in com.hazelcast.collection.impl.queue
 

Subclasses of AbstractWaitNotifyKey in com.hazelcast.collection.impl.queue
 class QueueWaitNotifyKey
          Wait thread till notify the key.
 

Uses of AbstractWaitNotifyKey in com.hazelcast.concurrent.countdownlatch
 

Subclasses of AbstractWaitNotifyKey in com.hazelcast.concurrent.countdownlatch
 class LatchKey
           
 

Uses of AbstractWaitNotifyKey in com.hazelcast.concurrent.semaphore
 

Subclasses of AbstractWaitNotifyKey in com.hazelcast.concurrent.semaphore
 class SemaphoreWaitNotifyKey
           
 

Uses of AbstractWaitNotifyKey in com.hazelcast.ringbuffer.impl
 

Subclasses of AbstractWaitNotifyKey in com.hazelcast.ringbuffer.impl
 class RingbufferWaitNotifyKey
          A AbstractWaitNotifyKey to make it possible to wait for an item to be published in the ringbuffer.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.