IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
The partition id is calculated as follows:
An IPartitionManager provides properties and methods for determining how partitions
are calculated. Retrieve an IPartitionManager from an IGridMap TKey, TValue .
Namespace: IBM.WebSphere.Caching.MapAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Type Parameters
- TKey
- Specifies a generic type key.
- TValue
- Specifies a generic type value.
Remarks
- The key class is examined for the PartitionKeyAttribute attribute. If present, the GetHashCode of the referenced attributes is used to calculate the partition.
- Otherwise, the key's GetHashCode method is used to calculate the partition id.
See Also