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.countdownlatch.operations |
This package contains the operations on the ICountDownLatch.
|
com.hazelcast.concurrent.lock | |
com.hazelcast.concurrent.lock.operations |
This package contains the operations on the ILock.
|
com.hazelcast.concurrent.semaphore |
This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore . |
com.hazelcast.concurrent.semaphore.operations |
This package contains the operations on the ISemaphore.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
Modifier and Type | Class and Description |
---|---|
class |
LatchKey |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
CountDownOperation.getNotifiedKey() |
WaitNotifyKey |
AwaitOperation.getWaitKey() |
Modifier and Type | Class and Description |
---|---|
class |
ConditionKey |
class |
LockWaitNotifyKey |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
LockStoreImpl.getNotifiedKey(Data key) |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
UnlockOperation.getNotifiedKey() |
WaitNotifyKey |
BeforeAwaitOperation.getNotifiedKey() |
WaitNotifyKey |
LockOperation.getWaitKey() |
Modifier and Type | Class and Description |
---|---|
class |
SemaphoreWaitNotifyKey |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
SemaphoreDetachMemberOperation.getNotifiedKey() |
WaitNotifyKey |
ReleaseOperation.getNotifiedKey() |
WaitNotifyKey |
AcquireOperation.getWaitKey() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWaitNotifyKey
Abstract implementation of the WaitNotifyKey.
|
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
Notifier.getNotifiedKey() |
WaitNotifyKey |
BlockingOperation.getWaitKey() |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.