|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClusterNode
Describes a node in the Terracotta cluster.
| Method Summary | |
|---|---|
InetAddress |
getAddress()
Returns the IP address of the node. |
String |
getId()
Returns the unique string identifier that corresponds to the node. |
| Method Detail |
|---|
String getId()
This identifier is unique for the life-time of the cluster. However, if the cluster is completely shut down and brought back up again, these identifiers might be recycled.
InetAddress getAddress()
throws UnknownHostException
This operation talks back to the server array the first time it's called. The result is cached for further use.
UnknownHostException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||