|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ClusterInfo
public class ClusterInfo
ClusterInfo provides detailed information about the EGO cluster. This class is mainly used in functions that query information directly from the EGO Server.
Constructor Summary | |
---|---|
ClusterInfo()
|
Method Summary | |
---|---|
java.lang.String[] |
getCandidateMasterArray()
Get master candidate list of cluster. |
java.lang.String |
getClusterName()
Get name of cluster. |
java.lang.String |
getMasterName()
Get name of master host. |
java.lang.String |
getVersion()
Get version of EGO master. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClusterInfo()
Method Detail |
---|
public java.lang.String[] getCandidateMasterArray()
public java.lang.String getClusterName()
public java.lang.String getMasterName()
public java.lang.String getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |