Package | Description |
---|---|
com.hazelcast.collection.impl.queue.operations |
This package contains the IQueue operations
|
com.hazelcast.collection.impl.txnqueue.operations | |
com.hazelcast.concurrent.countdownlatch.operations |
This package contains the operations on the ICountDownLatch.
|
com.hazelcast.concurrent.lock.operations |
This package contains the operations on the ILock.
|
com.hazelcast.concurrent.semaphore.operations |
This package contains the operations on the ISemaphore.
|
com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
com.hazelcast.multimap.impl.txn |
This package contains the Transaction behavior for the Multimap.
|
com.hazelcast.ringbuffer.impl.operations | |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl.waitnotifyservice.impl |
Contains the implementation code for the
InternalWaitNotifyService . |
Modifier and Type | Class and Description |
---|---|
class |
ClearOperation
Clears items stored by Queue.
|
class |
CompareAndRemoveOperation
This class triggers iterator and if find same item in the Queue, remove this item.
|
class |
DrainOperation
This class drain items according to drain condition.
|
class |
OfferOperation
Contains offer operation for the Queue.
|
class |
PollOperation
Pool operation for Queue.
|
class |
RemoveOperation
Remove operation for the Queue.
|
Modifier and Type | Class and Description |
---|---|
class |
TxnOfferOperation
Offer operation for the Transactional Queue.
|
class |
TxnPollOperation
Poll operation for the transactional queue.
|
class |
TxnRollbackOperation
Rollback operation for the transactional queue.
|
Modifier and Type | Class and Description |
---|---|
class |
CountDownOperation |
Modifier and Type | Class and Description |
---|---|
class |
BeforeAwaitOperation |
class |
LocalLockCleanupOperation |
class |
UnlockIfLeaseExpiredOperation |
class |
UnlockOperation |
Modifier and Type | Class and Description |
---|---|
class |
ReleaseOperation |
class |
SemaphoreDeadMemberOperation |
Modifier and Type | Interface and Description |
---|---|
interface |
MapTxnOperation
Transactional operation interface for
IMap |
Modifier and Type | Class and Description |
---|---|
class |
TxnDeleteOperation
Transactional delete operation
|
class |
TxnSetOperation
An operation to unlock and set (key,value) on the partition .
|
class |
TxnUnlockOperation
An operation to unlock key on the partition owner.
|
Modifier and Type | Class and Description |
---|---|
class |
TxnCommitOperation |
Modifier and Type | Class and Description |
---|---|
class |
AddAllOperation |
class |
AddOperation |
Modifier and Type | Method and Description |
---|---|
void |
WaitNotifyService.notify(Notifier notifier)
Notifies the waiting
WaitSupport operation to wake-up and continue executing. |
Modifier and Type | Method and Description |
---|---|
void |
WaitNotifyServiceImpl.notify(Notifier notifier) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.