|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueueBackupAwareOperation | |
|---|---|
| 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. |
| Uses of QueueBackupAwareOperation in com.hazelcast.queue.impl.operations |
|---|
| Subclasses of QueueBackupAwareOperation in com.hazelcast.queue.impl.operations | |
|---|---|
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. |
| Uses of QueueBackupAwareOperation in com.hazelcast.queue.impl.tx |
|---|
| Subclasses of QueueBackupAwareOperation in com.hazelcast.queue.impl.tx | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||