|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaitNotifyKey | |
---|---|
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 | This package contains Lock for Hazelcast. The ILock is the distributed version of the 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.map.impl.operation | Package for map operations. |
com.hazelcast.map.impl.tx | Contains implementation classes for TransactionalMap |
com.hazelcast.multimap.impl.operations | Contains operations for Hazelcast MultiMap module. |
com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. |
com.hazelcast.queue.impl | This package contains the IQueue functionality. The IQueue is the distributed version of the BlockingQueue . |
com.hazelcast.queue.impl.operations | This package contains the IQueue operations |
com.hazelcast.queue.impl.tx | This package contains the Transaction behavior for the IQueue. |
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
Uses of WaitNotifyKey in com.hazelcast.concurrent.countdownlatch |
---|
Classes in com.hazelcast.concurrent.countdownlatch that implement WaitNotifyKey | |
---|---|
class |
LatchKey
|
Uses of WaitNotifyKey in com.hazelcast.concurrent.countdownlatch.operations |
---|
Methods in com.hazelcast.concurrent.countdownlatch.operations that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
CountDownOperation.getNotifiedKey()
|
WaitNotifyKey |
AwaitOperation.getWaitKey()
|
Uses of WaitNotifyKey in com.hazelcast.concurrent.lock |
---|
Classes in com.hazelcast.concurrent.lock that implement WaitNotifyKey | |
---|---|
class |
ConditionKey
|
class |
LockWaitNotifyKey
|
Uses of WaitNotifyKey in com.hazelcast.concurrent.lock.operations |
---|
Methods in com.hazelcast.concurrent.lock.operations that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
BeforeAwaitOperation.getNotifiedKey()
|
WaitNotifyKey |
UnlockOperation.getNotifiedKey()
|
WaitNotifyKey |
LockOperation.getWaitKey()
|
Uses of WaitNotifyKey in com.hazelcast.concurrent.semaphore |
---|
Classes in com.hazelcast.concurrent.semaphore that implement WaitNotifyKey | |
---|---|
class |
SemaphoreWaitNotifyKey
|
Uses of WaitNotifyKey in com.hazelcast.concurrent.semaphore.operations |
---|
Methods in com.hazelcast.concurrent.semaphore.operations that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
SemaphoreDeadMemberOperation.getNotifiedKey()
|
WaitNotifyKey |
ReleaseOperation.getNotifiedKey()
|
WaitNotifyKey |
AcquireOperation.getWaitKey()
|
Uses of WaitNotifyKey in com.hazelcast.map.impl.operation |
---|
Methods in com.hazelcast.map.impl.operation that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
GetOperation.getWaitKey()
|
WaitNotifyKey |
GetEntryViewOperation.getWaitKey()
|
WaitNotifyKey |
LockAwareOperation.getWaitKey()
|
WaitNotifyKey |
ContainsKeyOperation.getWaitKey()
|
Uses of WaitNotifyKey in com.hazelcast.map.impl.tx |
---|
Methods in com.hazelcast.map.impl.tx that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
TxnSetOperation.getNotifiedKey()
|
WaitNotifyKey |
TxnRollbackOperation.getNotifiedKey()
|
WaitNotifyKey |
TxnUnlockOperation.getNotifiedKey()
|
WaitNotifyKey |
TxnDeleteOperation.getNotifiedKey()
|
Uses of WaitNotifyKey in com.hazelcast.multimap.impl.operations |
---|
Methods in com.hazelcast.multimap.impl.operations that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
CountOperation.getWaitKey()
|
WaitNotifyKey |
GetAllOperation.getWaitKey()
|
WaitNotifyKey |
MultiMapBackupAwareOperation.getWaitKey()
|
WaitNotifyKey |
ContainsEntryOperation.getWaitKey()
|
Uses of WaitNotifyKey in com.hazelcast.multimap.impl.txn |
---|
Methods in com.hazelcast.multimap.impl.txn that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
TxnRollbackOperation.getNotifiedKey()
|
WaitNotifyKey |
TxnCommitOperation.getNotifiedKey()
|
WaitNotifyKey |
TxnLockAndGetOperation.getWaitKey()
|
Uses of WaitNotifyKey in com.hazelcast.queue.impl |
---|
Classes in com.hazelcast.queue.impl that implement WaitNotifyKey | |
---|---|
class |
QueueWaitNotifyKey
Wait thread till notify the key. |
Uses of WaitNotifyKey in com.hazelcast.queue.impl.operations |
---|
Methods in com.hazelcast.queue.impl.operations that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
PollOperation.getNotifiedKey()
|
WaitNotifyKey |
OfferOperation.getNotifiedKey()
|
WaitNotifyKey |
RemoveOperation.getNotifiedKey()
|
WaitNotifyKey |
AddAllOperation.getNotifiedKey()
|
WaitNotifyKey |
ClearOperation.getNotifiedKey()
|
WaitNotifyKey |
CompareAndRemoveOperation.getNotifiedKey()
|
WaitNotifyKey |
DrainOperation.getNotifiedKey()
|
WaitNotifyKey |
PollOperation.getWaitKey()
|
WaitNotifyKey |
OfferOperation.getWaitKey()
|
Uses of WaitNotifyKey in com.hazelcast.queue.impl.tx |
---|
Methods in com.hazelcast.queue.impl.tx that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
TxnRollbackOperation.getNotifiedKey()
|
WaitNotifyKey |
TxnOfferOperation.getNotifiedKey()
|
WaitNotifyKey |
TxnPollOperation.getNotifiedKey()
|
WaitNotifyKey |
TxnReserveOfferOperation.getWaitKey()
|
WaitNotifyKey |
TxnReservePollOperation.getWaitKey()
|
Uses of WaitNotifyKey in com.hazelcast.spi |
---|
Classes in com.hazelcast.spi that implement WaitNotifyKey | |
---|---|
class |
AbstractWaitNotifyKey
Abstract implementation of the WaitNotifyKey. |
Methods in com.hazelcast.spi that return WaitNotifyKey | |
---|---|
WaitNotifyKey |
Notifier.getNotifiedKey()
|
WaitNotifyKey |
WaitSupport.getWaitKey()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |