java.lang.Object
com.inductiveautomation.ignition.gateway.web.models.SystemMap
All Implemented Interfaces:
Serializable

@Deprecated public class SystemMap extends Object implements 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:
  • Constructor Details

  • Method Details

    • getGatewayAddress

      public String getGatewayAddress()
      Deprecated.
    • getGatewayActivityLevel

      public ActivityLevel getGatewayActivityLevel()
      Deprecated.
    • getGatewayClusterRole

      public NodeRole getGatewayClusterRole()
      Deprecated.
    • addElement

      public void addElement(SystemMap.Column column, SystemMap.SystemMapElement element)
      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

      public void setActivityLevel(ActivityLevel level)
      Deprecated.
    • getProjectState

      public ProjectState getProjectState()
      Deprecated.
    • setProjectState

      public void setProjectState(ProjectState state)
      Deprecated.
    • getRightColumn

      public List<SystemMap.SystemMapElement> getRightColumn()
      Deprecated.
    • getLeftColumn

      public List<SystemMap.SystemMapElement> getLeftColumn()
      Deprecated.
    • getCenterColumn

      public List<SystemMap.SystemMapElement> getCenterColumn()
      Deprecated.
    • getGatewayVersion

      public Version getGatewayVersion()
      Deprecated.
    • getGatewayClusterEnabled

      public boolean getGatewayClusterEnabled()
      Deprecated.
    • getUsedMemory

      public long getUsedMemory()
      Deprecated.
    • getMaxMemory

      public long getMaxMemory()
      Deprecated.
    • getCpuUsage

      public double getCpuUsage()
      Deprecated.
    • getGatewayArch

      public String getGatewayArch()
      Deprecated.
    • setGatewayArch

      public void setGatewayArch(String arch)
      Deprecated.