IPartitionAware allows implementing keys to be located on the same member
or implementing tasks to be executed on
IPartitionAware<T>.GetPartitionKey()
's owner member.
This makes related data to be stored in the same location. (See data-affinity.)
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax
Type Parameters
- T
The IPartitionAwareT type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPartitionKey | The key object that will be used by Hazelcast to specify the partition. |
See Also