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
 String getHostname()
          Get the host name of the node
 String getId()
          Get a unique (per cluster) identifier for this node.
 String getIp()
          Get the IP address of the node
 

Method Detail

getId

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

Returns:
Unique per cluster identifier

getHostname

String getHostname()
Get the host name of the node

Returns:
Host name of node

getIp

String getIp()
Get the IP address of the node

Returns:
IP address of node

ehcache

true