IPartition InterfaceHazelcast .Net Client Class Library
Virtual partition instance.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax

public interface IPartition

The IPartition type exposes the following members.

Methods

  NameDescription
Public methodGetOwner
Returns owner member of the partition.
Public methodGetPartitionId
Returns id of the partition.
Top
Remarks

Virtual partition instance. Each partition belongs to a member and this ownership may change when a member joins to or leaves the cluster.
See Also

Reference