IPartitionManager TKey, TValue  InterfaceIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

An IPartitionManager provides properties and methods for determining how partitions are calculated. Retrieve an IPartitionManager from an IGridMap TKey, TValue .

Namespace: IBM.WebSphere.Caching.Map
Assembly: 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 partition id is calculated as follows:
  • 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