Module swim.runtime

Class NodeProfile


  • public final class NodeProfile
    extends Metric
    • Constructor Detail

      • NodeProfile

        public NodeProfile​(NodeAddress cellAddress,
                           int agentOpenDelta,
                           int agentOpenCount,
                           int agentCloseDelta,
                           int agentCloseCount,
                           long agentExecDelta,
                           long agentExecRate,
                           long agentExecTime,
                           int timerEventDelta,
                           int timerEventRate,
                           long timerEventCount,
                           int downlinkOpenDelta,
                           long downlinkOpenCount,
                           int downlinkCloseDelta,
                           long downlinkCloseCount,
                           int downlinkEventDelta,
                           int downlinkEventRate,
                           long downlinkEventCount,
                           int downlinkCommandDelta,
                           int downlinkCommandRate,
                           long downlinkCommandCount,
                           int uplinkOpenDelta,
                           long uplinkOpenCount,
                           int uplinkCloseDelta,
                           long uplinkCloseCount,
                           int uplinkEventDelta,
                           int uplinkEventRate,
                           long uplinkEventCount,
                           int uplinkCommandDelta,
                           int uplinkCommandRate,
                           long uplinkCommandCount)
    • Method Detail

      • agentOpenDelta

        public int agentOpenDelta()
      • agentOpenCount

        public int agentOpenCount()
      • agentCloseDelta

        public int agentCloseDelta()
      • agentCloseCount

        public int agentCloseCount()
      • agentExecDelta

        public long agentExecDelta()
      • agentExecRate

        public long agentExecRate()
      • agentExecTime

        public long agentExecTime()
      • timerEventDelta

        public int timerEventDelta()
      • timerEventRate

        public int timerEventRate()
      • timerEventCount

        public long timerEventCount()
      • downlinkOpenDelta

        public int downlinkOpenDelta()
      • downlinkOpenCount

        public long downlinkOpenCount()
      • downlinkCloseDelta

        public int downlinkCloseDelta()
      • downlinkCloseCount

        public long downlinkCloseCount()
      • downlinkEventDelta

        public int downlinkEventDelta()
      • downlinkEventRate

        public int downlinkEventRate()
      • downlinkEventCount

        public long downlinkEventCount()
      • downlinkCommandDelta

        public int downlinkCommandDelta()
      • downlinkCommandRate

        public int downlinkCommandRate()
      • downlinkCommandCount

        public long downlinkCommandCount()
      • uplinkOpenDelta

        public int uplinkOpenDelta()
      • uplinkOpenCount

        public long uplinkOpenCount()
      • uplinkCloseDelta

        public int uplinkCloseDelta()
      • uplinkCloseCount

        public long uplinkCloseCount()
      • uplinkEventDelta

        public int uplinkEventDelta()
      • uplinkEventRate

        public int uplinkEventRate()
      • uplinkEventCount

        public long uplinkEventCount()
      • uplinkCommandDelta

        public int uplinkCommandDelta()
      • uplinkCommandRate

        public int uplinkCommandRate()
      • uplinkCommandCount

        public long uplinkCommandCount()