ehcache

net.sf.ehcache.cluster
Interface ClusterNode


public interface ClusterNode

Provides information about a node in a cache cluster.

Since:
2.0
Author:
Geert Bevin

Method Summary
 java.lang.String getHostname()
          Get the host name of the node
 java.lang.String getId()
          Get a unique (per cluster) identifier for this node.
 java.lang.String getIp()
          Get the IP address of the node
 

Method Detail

getId

java.lang.String getId()
Get a unique (per cluster) identifier for this node.

Returns:
Unique per cluster identifier

getHostname

java.lang.String getHostname()
Get the host name of the node

Returns:
Host name of node

getIp

java.lang.String getIp()
Get the IP address of the node

Returns:
IP address of node

ehcache

true