Table of Contents

Interface IClusterNode

Namespace
Apache.Ignite.Network
Assembly
Apache.Ignite.dll

Ignite cluster node.

public interface IClusterNode

Properties

Address

Gets the node address.

EndPoint Address { get; }

Property Value

EndPoint

Id

Gets the local node id. Changes after node restart.

Guid Id { get; }

Property Value

Guid

Name

Gets the unique name (consistent id) of the cluster member. Does not change after node restart.

string Name { get; }

Property Value

string