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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Deprecated.static class
Deprecated.The SystemMapElement is a block inside of the system map, representing distinct part of the overall system. -
Constructor Summary
ConstructorsConstructorDescriptionSystemMap
(Version gatewayVersion, boolean gatewayClusterEnabled, String gatewayAddress, NodeRole gatewayRole, ActivityLevel gatewayActivityLevel, ProjectState projectState, double cpuUsage) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addElement
(SystemMap.Column column, SystemMap.SystemMapElement element) Deprecated.Deprecated.double
Deprecated.Deprecated.Deprecated.Deprecated.boolean
Deprecated.Deprecated.Deprecated.Deprecated.long
Deprecated.Deprecated.Deprecated.int
getRows()
Deprecated.The size of the longest column, or one, whichever is greater.long
Deprecated.boolean
Deprecated.void
setActivityLevel
(ActivityLevel level) Deprecated.void
setClusterConnected
(boolean connected) Deprecated.void
setGatewayArch
(String arch) Deprecated.void
setProjectState
(ProjectState state) Deprecated.
-
Constructor Details
-
SystemMap
public SystemMap(Version gatewayVersion, boolean gatewayClusterEnabled, String gatewayAddress, NodeRole gatewayRole, ActivityLevel gatewayActivityLevel, ProjectState projectState, double cpuUsage) Deprecated.
-
-
Method Details
-
getGatewayAddress
Deprecated. -
getGatewayActivityLevel
Deprecated. -
getGatewayClusterRole
Deprecated. -
addElement
Deprecated. -
getRows
public int getRows()Deprecated.The size of the longest column, or one, whichever is greater. -
isClusterConnected
public boolean isClusterConnected()Deprecated. -
setClusterConnected
public void setClusterConnected(boolean connected) Deprecated. -
setActivityLevel
Deprecated. -
getProjectState
Deprecated. -
setProjectState
Deprecated. -
getRightColumn
Deprecated. -
getLeftColumn
Deprecated. -
getCenterColumn
Deprecated. -
getGatewayVersion
Deprecated. -
getGatewayClusterEnabled
public boolean getGatewayClusterEnabled()Deprecated. -
getUsedMemory
public long getUsedMemory()Deprecated. -
getMaxMemory
public long getMaxMemory()Deprecated. -
getCpuUsage
public double getCpuUsage()Deprecated. -
getGatewayArch
Deprecated. -
setGatewayArch
Deprecated.
-