MemberInfo Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents a member of a cluster.
public class MemberInfo : IEquatable<MemberInfo>
Implements
Inherited Members
Remarks
This class implements IEquatable<T> and two instances are considered equal if their Id are identical (the other fields are not considered for equality).
Constructors
MemberInfo(Guid, NetworkAddress, MemberVersion, Boolean, IDictionary<String, String>) | Initializes a new instance of the MemberInfo class. |
Properties
Address | Gets the network address of the member. |
Attributes | Gets the attributes of the member. |
Id | Gets the unique identifier of the member. |
IsLiteMember | Determines whether the member is a "lite" member. |
Version | Gets the version of the server running the member. |
Methods
Equals(MemberInfo) | Determines whether this MemberInfo instance is equal to another MemberInfo instance. |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(MemberInfo, MemberInfo) | Determines whether two MemberInfo instances are equal. |
Inequality(MemberInfo, MemberInfo) | Determines whether two MemberInfo instances are not equal. |