|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.cloud.topology.CloudServer
com.caucho.cloud.topology.TriadServer
public class TriadServer
Defines a triad server, one of the three hub servers in a pod.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.caucho.cloud.topology.CloudServer |
---|
CloudServer.ServerType |
Constructor Summary | |
---|---|
TriadServer(java.lang.String id,
java.lang.String displayId,
CloudPod pod,
int index,
java.lang.String address,
int port,
boolean isSSL,
CloudServer.ServerType isStatic,
boolean isAllowExternal)
|
Method Summary | |
---|---|
boolean |
isTriad()
True if this server is a triad. |
Methods inherited from class com.caucho.cloud.topology.CloudServer |
---|
decode, disable, disableSoft, enable, getAddress, getCluster, getData, getDebugId, getDisplayId, getId, getIdWithinCluster, getIdWithinDomain, getIndex, getIpAddress, getPod, getPort, getState, getSystem, getTriadOwner, isAllowExternal, isExternal, isSelf, isSSL, isStatic, onHeartbeatStart, onHeartbeatStop, overrideState, putData, putDataIfAbsent, removeData, setSelf, setState, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TriadServer(java.lang.String id, java.lang.String displayId, CloudPod pod, int index, java.lang.String address, int port, boolean isSSL, CloudServer.ServerType isStatic, boolean isAllowExternal)
Method Detail |
---|
public boolean isTriad()
isTriad
in class CloudServer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |