Transactional implementation of Queue
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
Type Parameters
- T
The ITransactionalQueue< T> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Destroy | Destroys this object cluster-wide. (Inherited from IDistributedObject.) |
![]() | GetName | Returns the unique name for this IDistributedObject. (Inherited from IDistributedObject.) |
![]() | GetPartitionKey | Returns the key of partition this IDistributedObject is assigned to. (Inherited from IDistributedObject.) |
![]() | GetServiceName | Returns the service name for this object. (Inherited from IDistributedObject.) |
![]() | Offer(T) | |
![]() | Offer(T, Int64, TimeUnit) | |
![]() | Peek() | |
![]() | Peek(Int64, TimeUnit) | |
![]() | Poll() | |
![]() | Poll(Int64, TimeUnit) | |
![]() | Size | |
![]() | Take |
See Also