IQueue is the distributed version of the BlockingQueue.See: Description
| Class | Description |
|---|---|
| AddAllBackupOperation |
Provides backup functionality for
AddAllOperation |
| AddAllOperation |
Add collection items to the Queue.
|
| CheckAndEvictOperation |
Provides eviction functionality for Operations of Queue.
|
| ClearBackupOperation |
Store items' id as set when ClearOperation run.
|
| ClearOperation |
Clears items stored by Queue.
|
| CompareAndRemoveBackupOperation |
This class triggers backup method for items' id.
|
| CompareAndRemoveOperation |
This class triggers iterator and if find same item in the Queue, remove this item.
|
| ContainsOperation |
Checks whether contain or not item in the Queue.
|
| DrainBackupOperation |
This class stores items' id when DrainOperation run.
|
| DrainOperation |
This class drain items according to drain condition.
|
| IsEmptyOperation |
check if queue is empty
|
| IteratorOperation |
Provides iterator functionality for Queue.
|
| OfferBackupOperation |
Backup items during offer operation.
|
| OfferOperation |
Contains offer operation for the Queue.
|
| PeekOperation |
Peek operation for Queue.
|
| PollBackupOperation |
Backup items during pool operation.
|
| PollOperation |
Pool operation for Queue.
|
| QueueBackupAwareOperation |
This abstract class contains important methods for all Queue operations.
|
| QueueContainer |
This class contains methods be notable for the Queue.
|
| QueueDataSerializerHook | |
| QueueEvent |
Used for queue-wide events.
|
| QueueEventFilter |
Provides the filtering functionality for Queue events.
|
| QueueEvictionProcessor |
Eviction Processor for the Queue.
|
| QueueItem |
Queue Item.
|
| QueueOperation |
This class contains methods for Queue operations
such as
AddAllOperation. |
| QueuePortableHook | |
| QueueReplicationOperation |
Replication operation for the Queue.
|
| QueueService |
Provides important services via methods for the the Queue
such as
QueueEvictionProcessor |
| QueueStoreWrapper |
Wrapper for the Queue Store.
|
| QueueWaitNotifyKey |
Wait thread till notify the key.
|
| RemoveBackupOperation |
Remove backup of the Queue item.
|
| RemoveOperation |
Remove operation for the Queue.
|
| SizeOperation |
Notify size of the queue.
|
| TxQueueItem |
Transactional Queue Item.
|
This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue.
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.