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 |
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 |
BaseTxnQueueOperation |
class |
TxnCommitOperation
a wrapper for running all commit operations at once
|
class |
TxnOfferOperation
Transaction commit operation for a queue offer, executed on the primary replica.
|
class |
TxnPollOperation
Poll operation for the transactional queue.
|
class |
TxnPrepareOperation
Prepare operation for the transactional queue.
|
class |
TxnReserveOfferOperation
Transaction prepare operation for a queue offer, executed on the primary replica.
|
class |
TxnReservePollOperation
Transaction prepare operation for a queue poll, executed on the primary replica.
|
class |
TxnRollbackOperation
Rollback operation for the transactional queue.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.