|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DsoNode
Describes a node in the Terracotta DSO cluster.
Method Summary | |
---|---|
java.lang.String |
getHostname()
Returns the host name of the node. |
java.lang.String |
getId()
Returns the unique string identifier that corresponds to the node. |
java.lang.String |
getIp()
Returns the IP address of the node. |
Method Detail |
---|
java.lang.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.
java.lang.String getIp()
This operation talks back to the server array the first time it's called. The result is cached for further use.
java.lang.String getHostname()
This operation talks back to the server array the first time it's called. The result is cached for further use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |