com.hazelcast.core
Interface Endpoint

All Known Subinterfaces:
Client, Member
All Known Implementing Classes:
ClientEndpointImpl, ClientImpl, MemberImpl

public interface Endpoint

Endpoint represents a peer in the cluster. It can be either a member or a client.

See Also:
Member, Client

Method Summary
 SocketAddress getSocketAddress()
          Returns the socket address for this endpoint.
 String getUuid()
          Returns the unique uuid for this endpoint.
 

Method Detail

getUuid

String getUuid()
Returns the unique uuid for this endpoint.

Returns:
the unique uuid for this endpoint

getSocketAddress

SocketAddress getSocketAddress()
Returns the socket address for this endpoint.

Returns:
the socket address for this endpoint


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.