Class SystemMap
java.lang.Object
com.inductiveautomation.ignition.gateway.web.models.SystemMap
- All Implemented Interfaces:
- Serializable
Deprecated.
Replaced with the React Status pages
The system map is used to draw a visual representation of the state of any connections maintained by the Gateway. The
 map can be seen in the Gateway Overview status panel. Modules can add their own RHS and LHS map elements
- Since:
- deprecated since 7.9.0
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.static classDeprecated.The SystemMapElement is a block inside of the system map, representing distinct part of the overall system.
- 
Constructor SummaryConstructorsConstructorDescriptionSystemMap(Version gatewayVersion, boolean gatewayClusterEnabled, String gatewayAddress, NodeRole gatewayRole, ActivityLevel gatewayActivityLevel, ProjectState projectState, double cpuUsage) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddElement(SystemMap.Column column, SystemMap.SystemMapElement element) Deprecated.Deprecated.doubleDeprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.longDeprecated.Deprecated.Deprecated.intgetRows()Deprecated.The size of the longest column, or one, whichever is greater.longDeprecated.booleanDeprecated.voidsetActivityLevel(ActivityLevel level) Deprecated.voidsetClusterConnected(boolean connected) Deprecated.voidsetGatewayArch(String arch) Deprecated.voidsetProjectState(ProjectState state) Deprecated.
- 
Constructor Details- 
SystemMappublic SystemMap(Version gatewayVersion, boolean gatewayClusterEnabled, String gatewayAddress, NodeRole gatewayRole, ActivityLevel gatewayActivityLevel, ProjectState projectState, double cpuUsage) Deprecated.
 
- 
- 
Method Details- 
getGatewayAddressDeprecated.
- 
getGatewayActivityLevelDeprecated.
- 
getGatewayClusterRoleDeprecated.
- 
addElementDeprecated.
- 
getRowspublic int getRows()Deprecated.The size of the longest column, or one, whichever is greater.
- 
isClusterConnectedpublic boolean isClusterConnected()Deprecated.
- 
setClusterConnectedpublic void setClusterConnected(boolean connected) Deprecated.
- 
setActivityLevelDeprecated.
- 
getProjectStateDeprecated.
- 
setProjectStateDeprecated.
- 
getRightColumnDeprecated.
- 
getLeftColumnDeprecated.
- 
getCenterColumnDeprecated.
- 
getGatewayVersionDeprecated.
- 
getGatewayClusterEnabledpublic boolean getGatewayClusterEnabled()Deprecated.
- 
getUsedMemorypublic long getUsedMemory()Deprecated.
- 
getMaxMemorypublic long getMaxMemory()Deprecated.
- 
getCpuUsagepublic double getCpuUsage()Deprecated.
- 
getGatewayArchDeprecated.
- 
setGatewayArchDeprecated.
 
-