| IPartitioningStrategy Interface |
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.9.3
Syntax public interface IPartitioningStrategy
Public Interface IPartitioningStrategy
public interface class IPartitioningStrategy
type IPartitioningStrategy = interface end
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. |
TopRemarks
IPartitioningStrategy allows keys to be located on the same member
This makes related data to be stored in the same location. (See data-affinity.)
See Also