Class NodeInfo
java.lang.Object
com.inductiveautomation.ignition.gateway.cluster.NodeInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
The address of the node.The list of HttpURLs that this gateway can be reached at.long
A single hashed number that represents modules and their versions.void
setActiveTime
(long activeTime) void
setActivityLevel
(ActivityLevel level) void
setAddress
(String address) void
setHttpAddresses
(List<HttpURL> httpAddresses) void
setModuleHash
(long moduleHash) void
setProjectState
(ProjectState projState) void
setVersion
(Version version) toString()
-
Constructor Details
-
NodeInfo
public NodeInfo() -
NodeInfo
-
-
Method Details
-
toString
-
getHttpAddresses
The list of HttpURLs that this gateway can be reached at. -
setHttpAddresses
-
getAddress
The address of the node. In general, some sort of identifier that separates this node from other nodes. -
setAddress
-
getVersion
-
setVersion
-
getActivityLevel
-
setActivityLevel
-
getActiveTime
public long getActiveTime() -
setActiveTime
public void setActiveTime(long activeTime) -
getProjectState
-
setProjectState
-
getModuleHash
public long getModuleHash()A single hashed number that represents modules and their versions. If these do not match between the master and the backup, we know that they are incompatible. Note that a hash of value "0" indicates a dev version. -
setModuleHash
public void setModuleHash(long moduleHash) -
equals
-