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
Name | Description |
---|---|
Member |
Initializes a new instance of the Member |
Properties
Name | Description |
---|---|
Address | Gets the network address of the member. |
Attributes | Gets the attributes of the member. |
Has |
Whether the member has a public address in addition to its address. |
Id | Gets the unique identifier of the member. |
Is |
Determines whether the member is a "lite" member. |
Public |
Gets the public network address of the member. |
Version | Gets the version of the server running the member. |
Methods
Name | Description |
---|---|
Equals(Member |
Determines whether this Member |
Equals(object) | Determines whether the specified object is equal to the current object. |
Get |
Serves as the default hash function. |
To |
|
To |
Returns a string that represents the current object. |
Operators
Name | Description |
---|---|
operator ==(Member |
Determines whether two Member |
operator !=(Member |
Determines whether two Member |