Click or drag to resize

IPartition Interface

Virtual partition instance.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
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