IPartitioningStrategy allows keys to be located on the same member
This makes related data to be stored in the same location.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax
The IPartitioningStrategy type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPartitionKey | Returns the key object that will be used by Hazelcast to specify the partition. |
Remarks
See Also