Transactional implementation of Map
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.9
Syntax
Type Parameters
- K
- key type
- V
- Value type
The ITransactionalMapK, V type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ContainsKey | |
![]() | Delete | |
![]() | Destroy | Destroys this object cluster-wide. (Inherited from IDistributedObject.) |
![]() | Get | |
![]() | GetForUpdate | |
![]() | 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.) |
![]() | IsEmpty | |
![]() | KeySet | |
![]() | Put(K, V) | |
![]() | Put(K, V, Int64, TimeUnit) | |
![]() | PutIfAbsent | |
![]() | Remove(Object) | |
![]() | Remove(Object, Object) | |
![]() | Replace(K, V) | |
![]() | Replace(K, V, V) | |
![]() | Set | |
![]() | Size | |
![]() | Values |
See Also