Package com.hazelcast.cluster
Interface Endpoint
public interface Endpoint
Endpoint represents a peer in the cluster.
It can be either a member or a client.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the socket address for this endpoint.getUuid()
Returns the UUID of this endpoint
-
Method Details
-
getUuid
UUID getUuid()Returns the UUID of this endpoint- Returns:
- the UUID of this endpoint
-
getSocketAddress
SocketAddress getSocketAddress()Returns the socket address for this endpoint.- Returns:
- the socket address for this endpoint
-