Cluster member interface.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
The IMember type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetAddress | |
![]() | GetAttributeT | |
![]() | GetAttributes |
Returns configured attributes for this member. This method might not be available on all native clients. |
![]() | GetJavaClassName |
Get Server Java Impl class full name
(Inherited from IDataSerializable.) |
![]() | GetSocketAddress | Returns the socket address of this member. |
![]() | GetUuid | Returns UUID of this member. |
![]() | LocalMember | |
![]() | ReadData | (Inherited from IDataSerializable.) |
![]() | RemoveAttribute |
Removes a key-value pair attribute for this member if given key was
previously assigned as an attribute. If key wasn't assigned to a value this method does nothing. |
![]() | SetAttributeT | |
![]() | WriteData | (Inherited from IDataSerializable.) |
Remarks
See Also