| 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.operation | Package for map operations. | 
| com.hazelcast.map.impl.tx | Contains implementation classes for  TransactionalMap | 
| com.hazelcast.ringbuffer.impl.operations | |
| com.hazelcast.spi.impl.waitnotifyservice | Contains the internal API code for the  WaitNotifyService. | 
| com.hazelcast.spi.impl.waitnotifyservice.impl | Contains the implementation code for the  WaitNotifyService. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClearOperationClears items stored by Queue. | 
| class  | CompareAndRemoveOperationThis class triggers iterator and if find same item in the Queue, remove this item. | 
| class  | DrainOperationThis class drain items according to drain condition. | 
| class  | OfferOperationContains offer operation for the Queue. | 
| class  | PollOperationPool operation for Queue. | 
| class  | RemoveOperationRemove operation for the Queue. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseTxnQueueOperation | 
| class  | TxnCommitOperationa wrapper for running all commit operations at once | 
| class  | TxnOfferOperationOffer operation for the Transactional Queue. | 
| class  | TxnPollOperationPoll operation for the transactional queue. | 
| class  | TxnRollbackOperationRollback 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 | Class and Description | 
|---|---|
| class  | NotifyMapFlushOperation | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MapTxnOperationTransactional operation interface for  IMap | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TxnDeleteOperationTransactional delete operation | 
| class  | TxnSetOperationAn operation to unlock and set (key,value) on the partition . | 
| class  | TxnUnlockOperationAn operation to unlock key on the partition owner. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddAllOperation | 
| class  | AddOperation | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WaitNotifyService. notify(Notifier notifier)Notifies the waiting  BlockingOperationoperation to wake-up and continue executing. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WaitNotifyServiceImpl. notify(Notifier notifier) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.