Click or drag to resize

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.11
Syntax
public interface IPartitioningStrategy

The IPartitioningStrategy type exposes the following members.

Methods
  NameDescription
Public methodGetPartitionKey
Returns the key object that will be used by Hazelcast to specify the partition.
Top
Remarks
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