Class NodeInfo
java.lang.Object
com.inductiveautomation.ignition.gateway.cluster.NodeInfo
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanlongThe address of the node.The list of HttpURLs that this gateway can be reached at.longA single hashed number that represents modules and their versions.voidsetActiveTime(long activeTime) voidsetActivityLevel(ActivityLevel level) voidsetAddress(String address) voidsetHttpAddresses(List<HttpURL> httpAddresses) voidsetModuleHash(long moduleHash) voidsetProjectState(ProjectState projState) voidsetVersion(Version version) toString()
- 
Constructor Details- 
NodeInfopublic NodeInfo()
- 
NodeInfo
 
- 
- 
Method Details- 
toString
- 
getHttpAddressesThe list of HttpURLs that this gateway can be reached at.
- 
setHttpAddresses
- 
getAddressThe address of the node. In general, some sort of identifier that separates this node from other nodes.
- 
setAddress
- 
getVersion
- 
setVersion
- 
getActivityLevel
- 
setActivityLevel
- 
getActiveTimepublic long getActiveTime()
- 
setActiveTimepublic void setActiveTime(long activeTime) 
- 
getProjectState
- 
setProjectState
- 
getModuleHashpublic 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.
- 
setModuleHashpublic void setModuleHash(long moduleHash) 
- 
equals
 
-