Class _ServerHealthStatusMetric

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    ServerHealthStatusMetric

    public abstract class _ServerHealthStatusMetric
    extends BaseEntity

    Provides the _ServerHealthStatusMetric database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • CPU_PERCENTAGE_PROPERTY

        public static final String CPU_PERCENTAGE_PROPERTY
        Provides the 'cpuPercentage' property name.
        See Also:
        Constant Field Values
      • ENTRY_INDEX_PROPERTY

        public static final String ENTRY_INDEX_PROPERTY
        Provides the 'entryIndex' property name.
        See Also:
        Constant Field Values
      • ERROR_COUNT_PROPERTY

        public static final String ERROR_COUNT_PROPERTY
        Provides the 'errorCount' property name.
        See Also:
        Constant Field Values
      • FWS_NO_CAPACITY_EVENTS_PROPERTY

        public static final String FWS_NO_CAPACITY_EVENTS_PROPERTY
        Provides the 'fwsNoCapacityEvents' property name.
        See Also:
        Constant Field Values
      • FWS_QUEUE_LENGTH_PROPERTY

        public static final String FWS_QUEUE_LENGTH_PROPERTY
        Provides the 'fwsQueueLength' property name.
        See Also:
        Constant Field Values
      • FWS_REQUEST_LOAD_TIME_PROPERTY

        public static final String FWS_REQUEST_LOAD_TIME_PROPERTY
        Provides the 'fwsRequestLoadTime' property name.
        See Also:
        Constant Field Values
      • FWS_REQUEST_RENDER_TIME_PROPERTY

        public static final String FWS_REQUEST_RENDER_TIME_PROPERTY
        Provides the 'fwsRequestRenderTime' property name.
        See Also:
        Constant Field Values
      • FWS_REQUEST_TOTAL_TIME_PROPERTY

        public static final String FWS_REQUEST_TOTAL_TIME_PROPERTY
        Provides the 'fwsRequestTotalTime' property name.
        See Also:
        Constant Field Values
      • FWS_THREAD_COUNT_PROPERTY

        public static final String FWS_THREAD_COUNT_PROPERTY
        Provides the 'fwsThreadCount' property name.
        See Also:
        Constant Field Values
      • GROUP_NAME_PROPERTY

        public static final String GROUP_NAME_PROPERTY
        Provides the 'groupName' property name.
        See Also:
        Constant Field Values
      • MEMORY_TOTAL_PROPERTY

        public static final String MEMORY_TOTAL_PROPERTY
        Provides the 'memoryTotal' property name.
        See Also:
        Constant Field Values
      • MEMORY_USED_PROPERTY

        public static final String MEMORY_USED_PROPERTY
        Provides the 'memoryUsed' property name.
        See Also:
        Constant Field Values
      • NODE_NAME_PROPERTY

        public static final String NODE_NAME_PROPERTY
        Provides the 'nodeName' property name.
        See Also:
        Constant Field Values
      • NODE_TYPE_PROPERTY

        public static final String NODE_TYPE_PROPERTY
        Provides the 'nodeType' property name.
        See Also:
        Constant Field Values
      • PROCESS_COUNT_PROPERTY

        public static final String PROCESS_COUNT_PROPERTY
        Provides the 'processCount' property name.
        See Also:
        Constant Field Values
      • METRICS_OID_PK_COLUMN

        public static final String METRICS_OID_PK_COLUMN
        Provides the 'metrics_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CPU_PERCENTAGE

        public static final org.apache.cayenne.exp.Property<Integer> CPU_PERCENTAGE
        Provides the 'CPU_PERCENTAGE' property.
      • ENTRY_INDEX

        public static final org.apache.cayenne.exp.Property<Integer> ENTRY_INDEX
        Provides the 'ENTRY_INDEX' property.
      • ERROR_COUNT

        public static final org.apache.cayenne.exp.Property<Integer> ERROR_COUNT
        Provides the 'ERROR_COUNT' property.
      • FWS_NO_CAPACITY_EVENTS

        public static final org.apache.cayenne.exp.Property<Integer> FWS_NO_CAPACITY_EVENTS
        Provides the 'FWS_NO_CAPACITY_EVENTS' property.
      • FWS_QUEUE_LENGTH

        public static final org.apache.cayenne.exp.Property<Integer> FWS_QUEUE_LENGTH
        Provides the 'FWS_QUEUE_LENGTH' property.
      • FWS_REQUEST_LOAD_TIME

        public static final org.apache.cayenne.exp.Property<Integer> FWS_REQUEST_LOAD_TIME
        Provides the 'FWS_REQUEST_LOAD_TIME' property.
      • FWS_REQUEST_RENDER_TIME

        public static final org.apache.cayenne.exp.Property<Integer> FWS_REQUEST_RENDER_TIME
        Provides the 'FWS_REQUEST_RENDER_TIME' property.
      • FWS_REQUEST_TOTAL_TIME

        public static final org.apache.cayenne.exp.Property<Integer> FWS_REQUEST_TOTAL_TIME
        Provides the 'FWS_REQUEST_TOTAL_TIME' property.
      • FWS_THREAD_COUNT

        public static final org.apache.cayenne.exp.Property<Integer> FWS_THREAD_COUNT
        Provides the 'FWS_THREAD_COUNT' property.
      • GROUP_NAME

        public static final org.apache.cayenne.exp.Property<String> GROUP_NAME
        Provides the 'GROUP_NAME' property.
      • MEMORY_TOTAL

        public static final org.apache.cayenne.exp.Property<Long> MEMORY_TOTAL
        Provides the 'MEMORY_TOTAL' property.
      • MEMORY_USED

        public static final org.apache.cayenne.exp.Property<Long> MEMORY_USED
        Provides the 'MEMORY_USED' property.
      • NODE_NAME

        public static final org.apache.cayenne.exp.Property<String> NODE_NAME
        Provides the 'NODE_NAME' property.
      • NODE_TYPE

        public static final org.apache.cayenne.exp.Property<String> NODE_TYPE
        Provides the 'NODE_TYPE' property.
      • PROCESS_COUNT

        public static final org.apache.cayenne.exp.Property<Integer> PROCESS_COUNT
        Provides the 'PROCESS_COUNT' property.
    • Constructor Detail

      • _ServerHealthStatusMetric

        public _ServerHealthStatusMetric()
    • Method Detail

      • setCpuPercentage

        public void setCpuPercentage​(Integer cpuPercentage)
        Set the cpuPercentage value.
        Parameters:
        cpuPercentage - the cpuPercentage value to set
      • getCpuPercentage

        public Integer getCpuPercentage()
        Return the cpuPercentage value.
        Returns:
        cpuPercentage the cpuPercentage value
      • setEntryIndex

        public void setEntryIndex​(Integer entryIndex)
        Set the entryIndex value.
        Parameters:
        entryIndex - the entryIndex value to set
      • getEntryIndex

        public Integer getEntryIndex()
        Return the entryIndex value.
        Returns:
        entryIndex the entryIndex value
      • setErrorCount

        public void setErrorCount​(Integer errorCount)
        Set the errorCount value.
        Parameters:
        errorCount - the errorCount value to set
      • getErrorCount

        public Integer getErrorCount()
        Return the errorCount value.
        Returns:
        errorCount the errorCount value
      • setFwsNoCapacityEvents

        public void setFwsNoCapacityEvents​(Integer fwsNoCapacityEvents)
        Set the fwsNoCapacityEvents value.
        Parameters:
        fwsNoCapacityEvents - the fwsNoCapacityEvents value to set
      • getFwsNoCapacityEvents

        public Integer getFwsNoCapacityEvents()
        Return the fwsNoCapacityEvents value.
        Returns:
        fwsNoCapacityEvents the fwsNoCapacityEvents value
      • setFwsQueueLength

        public void setFwsQueueLength​(Integer fwsQueueLength)
        Set the fwsQueueLength value.
        Parameters:
        fwsQueueLength - the fwsQueueLength value to set
      • getFwsQueueLength

        public Integer getFwsQueueLength()
        Return the fwsQueueLength value.
        Returns:
        fwsQueueLength the fwsQueueLength value
      • setFwsRequestLoadTime

        public void setFwsRequestLoadTime​(Integer fwsRequestLoadTime)
        Set the fwsRequestLoadTime value.
        Parameters:
        fwsRequestLoadTime - the fwsRequestLoadTime value to set
      • getFwsRequestLoadTime

        public Integer getFwsRequestLoadTime()
        Return the fwsRequestLoadTime value.
        Returns:
        fwsRequestLoadTime the fwsRequestLoadTime value
      • setFwsRequestRenderTime

        public void setFwsRequestRenderTime​(Integer fwsRequestRenderTime)
        Set the fwsRequestRenderTime value.
        Parameters:
        fwsRequestRenderTime - the fwsRequestRenderTime value to set
      • getFwsRequestRenderTime

        public Integer getFwsRequestRenderTime()
        Return the fwsRequestRenderTime value.
        Returns:
        fwsRequestRenderTime the fwsRequestRenderTime value
      • setFwsRequestTotalTime

        public void setFwsRequestTotalTime​(Integer fwsRequestTotalTime)
        Set the fwsRequestTotalTime value.
        Parameters:
        fwsRequestTotalTime - the fwsRequestTotalTime value to set
      • getFwsRequestTotalTime

        public Integer getFwsRequestTotalTime()
        Return the fwsRequestTotalTime value.
        Returns:
        fwsRequestTotalTime the fwsRequestTotalTime value
      • setFwsThreadCount

        public void setFwsThreadCount​(Integer fwsThreadCount)
        Set the fwsThreadCount value.
        Parameters:
        fwsThreadCount - the fwsThreadCount value to set
      • getFwsThreadCount

        public Integer getFwsThreadCount()
        Return the fwsThreadCount value.
        Returns:
        fwsThreadCount the fwsThreadCount value
      • setGroupName

        public void setGroupName​(String groupName)
        Set the groupName value.
        Parameters:
        groupName - the groupName value to set
      • getGroupName

        public String getGroupName()
        Return the groupName value.
        Returns:
        groupName the groupName value
      • setMemoryTotal

        public void setMemoryTotal​(Long memoryTotal)
        Set the memoryTotal value.
        Parameters:
        memoryTotal - the memoryTotal value to set
      • getMemoryTotal

        public Long getMemoryTotal()
        Return the memoryTotal value.
        Returns:
        memoryTotal the memoryTotal value
      • setMemoryUsed

        public void setMemoryUsed​(Long memoryUsed)
        Set the memoryUsed value.
        Parameters:
        memoryUsed - the memoryUsed value to set
      • getMemoryUsed

        public Long getMemoryUsed()
        Return the memoryUsed value.
        Returns:
        memoryUsed the memoryUsed value
      • setNodeName

        public void setNodeName​(String nodeName)
        Set the nodeName value.
        Parameters:
        nodeName - the nodeName value to set
      • getNodeName

        public String getNodeName()
        Return the nodeName value.
        Returns:
        nodeName the nodeName value
      • setNodeType

        public void setNodeType​(String nodeType)
        Set the nodeType value.
        Parameters:
        nodeType - the nodeType value to set
      • getNodeType

        public String getNodeType()
        Return the nodeType value.
        Returns:
        nodeType the nodeType value
      • setProcessCount

        public void setProcessCount​(Integer processCount)
        Set the processCount value.
        Parameters:
        processCount - the processCount value to set
      • getProcessCount

        public Integer getProcessCount()
        Return the processCount value.
        Returns:
        processCount the processCount value