- java.lang.Object
-
- swim.runtime.reflect.Pulse
-
- swim.runtime.reflect.AgentPulse
-
public class AgentPulse extends Pulse
-
-
Field Summary
Fields Modifier and Type Field Description protected longagentCountprotected longexecRateprotected longexecTimeprotected longtimerEventCountprotected inttimerEventRate
-
Constructor Summary
Constructors Constructor Description AgentPulse(long agentCount, long execRate, long execTime, int timerEventRate, long timerEventCount)
-
Method Summary
Modifier and Type Method Description longagentCount()longexecRate()longexecTime()static Form<AgentPulse>form()booleanisDefined()longtimerEventCount()inttimerEventRate()ValuetoValue()
-
-
-
Method Detail
-
form
@Kind public static Form<AgentPulse> form()
-
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()
-
-