  | 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.9.2
Syntaxpublic interface IPartitionAware<T>
Public Interface IPartitionAware(Of T)
generic<typename T>
public interface class IPartitionAware
type IPartitionAware<'T> =  interface end
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.  | 
Top
See Also