| Package | Description | 
|---|---|
| com.hazelcast.collection.impl.queue.operations | This package contains the IQueue operations | 
| com.hazelcast.collection.impl.txnqueue.operations | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddAllOperationAdd collection items to the Queue. | 
| 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  | TxnPrepareOperationPrepare operation for the transactional queue. | 
| class  | TxnReserveOfferOperationReserve offer operation for the transactional queue. | 
| class  | TxnReservePollOperationReserve poll operation for the transactional queue. | 
| class  | TxnRollbackOperationRollback operation for the transactional queue. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.