Package | Description |
---|---|
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.queue.impl |
This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue . |
Modifier and Type | Class and Description |
---|---|
class |
LatchKey |
Modifier and Type | Class and Description |
---|---|
class |
SemaphoreWaitNotifyKey |
Modifier and Type | Class and Description |
---|---|
class |
QueueWaitNotifyKey
Wait thread till notify the key.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.