IIdGenerator InterfaceHazelcast .Net Client Class Library
Cluster-wide unique id generator.

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

public interface IIdGenerator : IDistributedObject

The IIdGenerator type exposes the following members.

Methods

  NameDescription
Public methodDestroy
Destroys this object cluster-wide.
(Inherited from IDistributedObject.)
Public methodGetName
Returns the unique name for this IDistributedObject.
(Inherited from IDistributedObject.)
Public methodGetPartitionKey
Returns the key of partition this IDistributedObject is assigned to.
(Inherited from IDistributedObject.)
Public methodGetServiceName
Returns the service name for this object.
(Inherited from IDistributedObject.)
Public methodInit
Try to initialize this IIdGenerator instance with given id
Public methodNewId
Generates and returns cluster-wide unique id.
Top
Remarks

Cluster-wide unique id generator.
See Also

Reference