Package | Description |
---|---|
com.hazelcast.collection.impl.queue | |
com.hazelcast.collection.impl.queue.operations |
This package contains the IQueue operations
|
com.hazelcast.collection.impl.txnqueue.operations | |
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.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.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
com.hazelcast.ringbuffer.impl.operations | |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
QueueWaitNotifyKey
Wait thread till notify the key.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
TxnRollbackOperation.getNotifiedKey() |
WaitNotifyKey |
TxnOfferOperation.getNotifiedKey() |
WaitNotifyKey |
TxnPollOperation.getNotifiedKey() |
WaitNotifyKey |
TxnReserveOfferOperation.getWaitKey() |
WaitNotifyKey |
TxnReservePollOperation.getWaitKey() |
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 |
BeforeAwaitOperation.getNotifiedKey() |
WaitNotifyKey |
UnlockOperation.getNotifiedKey() |
WaitNotifyKey |
LockOperation.getWaitKey() |
Modifier and Type | Class and Description |
---|---|
class |
SemaphoreWaitNotifyKey |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
SemaphoreDeadMemberOperation.getNotifiedKey() |
WaitNotifyKey |
ReleaseOperation.getNotifiedKey() |
WaitNotifyKey |
AcquireOperation.getWaitKey() |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
GetOperation.getWaitKey() |
WaitNotifyKey |
GetEntryViewOperation.getWaitKey() |
WaitNotifyKey |
LockAwareOperation.getWaitKey() |
WaitNotifyKey |
ContainsKeyOperation.getWaitKey() |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
TxnSetOperation.getNotifiedKey() |
WaitNotifyKey |
TxnRollbackOperation.getNotifiedKey() |
WaitNotifyKey |
TxnUnlockOperation.getNotifiedKey() |
WaitNotifyKey |
TxnDeleteOperation.getNotifiedKey() |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
CountOperation.getWaitKey() |
WaitNotifyKey |
GetAllOperation.getWaitKey() |
WaitNotifyKey |
MultiMapBackupAwareOperation.getWaitKey() |
WaitNotifyKey |
ContainsEntryOperation.getWaitKey() |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
TxnRollbackOperation.getNotifiedKey() |
WaitNotifyKey |
TxnCommitOperation.getNotifiedKey() |
WaitNotifyKey |
TxnLockAndGetOperation.getWaitKey() |
Modifier and Type | Class and Description |
---|---|
class |
RingbufferWaitNotifyKey
A
AbstractWaitNotifyKey to make it possible to wait for an item to be published in the ringbuffer. |
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
AddOperation.getNotifiedKey() |
WaitNotifyKey |
AddAllOperation.getNotifiedKey() |
WaitNotifyKey |
ReadOneOperation.getWaitKey() |
WaitNotifyKey |
ReadManyOperation.getWaitKey() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWaitNotifyKey
Abstract implementation of the WaitNotifyKey.
|
Modifier and Type | Method and Description |
---|---|
WaitNotifyKey |
Notifier.getNotifiedKey() |
WaitNotifyKey |
WaitSupport.getWaitKey() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.