public class TriadServer extends CloudServer
CloudServer.ServerType
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTriad()
True if this server is a triad.
|
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
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)
public boolean isTriad()
isTriad
in class CloudServer