- java.lang.Object
-
- swim.system.reflect.Pulse
-
- swim.system.reflect.AgentPulse
-
public class AgentPulse extends Pulse
-
-
Field Summary
Fields Modifier and Type Field Description protected long
agentCount
protected long
execRate
protected long
execTime
protected long
timerEventCount
protected int
timerEventRate
-
Constructor Summary
Constructors Constructor Description AgentPulse(long agentCount, long execRate, long execTime, int timerEventRate, long timerEventCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
agentCount()
long
execRate()
long
execTime()
static Form<AgentPulse>
form()
boolean
isDefined()
long
timerEventCount()
int
timerEventRate()
Value
toValue()
-
-
-
Method Detail
-
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()
-
form
@Kind public static Form<AgentPulse> form()
-
-