Interface IClusterNode
Ignite cluster node.
public interface IClusterNode
Properties
Address
Gets the node address.
EndPoint Address { get; }
Property Value
Id
Gets the local node id. Changes after node restart.
Guid Id { get; }
Property Value
Name
Gets the unique name (consistent id) of the cluster member. Does not change after node restart.
string Name { get; }