| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddAllOperation
Add collection items to the Queue. 
 | 
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  | 
TxnPrepareOperation
Prepare operation for the transactional queue. 
 | 
class  | 
TxnReserveOfferOperation
Reserve offer operation for the transactional queue. 
 | 
class  | 
TxnReservePollOperation
Reserve poll operation for the transactional queue. 
 | 
class  | 
TxnRollbackOperation
Rollback operation for the transactional queue. 
 | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.