com.hazelcast.core
Interface Endpoint

All Known Subinterfaces:
Client, Member
All Known Implementing Classes:
ClientEndpoint, ClientImpl

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 socket address of this endpoint
 String getUuid()
          Returns unique uuid for this endpoint
 

Method Detail

getUuid

String getUuid()
Returns unique uuid for this endpoint

Returns:
unique uuid for this endpoint

getSocketAddress

SocketAddress getSocketAddress()
Returns socket address of this endpoint

Returns:
socket address of this endpoint


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