Click or drag to resize

IPartitionAwareT Interface

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

Type Parameters

T

The IPartitionAwareT type exposes the following members.

Methods
  NameDescription
Public methodGetPartitionKey
The key object that will be used by Hazelcast to specify the partition.
Top
See Also