Click or drag to resize

IClientPartitionService Interface

Partition service for Hazelcast clients.

Namespace:  Hazelcast.Client.Spi
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public interface IClientPartitionService

The IClientPartitionService type exposes the following members.

Methods
Remarks
Allows to retrieve information about the partition count, partition owner or partition ID of a key.
See Also