Module swim.system

Class AgentPulse


  • public class AgentPulse
    extends Pulse
    • Field Detail

      • agentCount

        protected final long agentCount
      • execRate

        protected final long execRate
      • execTime

        protected final long execTime
      • timerEventRate

        protected final int timerEventRate
      • timerEventCount

        protected final long timerEventCount
    • Constructor Detail

      • AgentPulse

        public AgentPulse​(long agentCount,
                          long execRate,
                          long execTime,
                          int timerEventRate,
                          long timerEventCount)
    • Method Detail

      • isDefined

        public boolean isDefined()
        Specified by:
        isDefined in class Pulse
      • agentCount

        public final long agentCount()
      • execRate

        public final long execRate()
      • execTime

        public final long execTime()
      • timerEventRate

        public final int timerEventRate()
      • timerEventCount

        public final long timerEventCount()