- java.lang.Object
-
- swim.runtime.reflect.Pulse
-
- swim.runtime.reflect.PartPulse
-
public class PartPulse extends Pulse
-
-
Field Summary
Fields Modifier and Type Field Description protected AgentPulseagentsprotected WarpDownlinkPulsedownlinksprotected inthostCountprotected longnodeCountprotected WarpUplinkPulseuplinks
-
Constructor Summary
Constructors Constructor Description PartPulse(int hostCount, long nodeCount, AgentPulse agents, WarpDownlinkPulse downlinks, WarpUplinkPulse uplinks)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentPulseagents()WarpDownlinkPulsedownlinks()static Form<PartPulse>form()inthostCount()booleanisDefined()longnodeCount()ValuetoValue()WarpUplinkPulseuplinks()
-
-
-
Field Detail
-
hostCount
protected final int hostCount
-
nodeCount
protected final long nodeCount
-
agents
protected final AgentPulse agents
-
downlinks
protected final WarpDownlinkPulse downlinks
-
uplinks
protected final WarpUplinkPulse uplinks
-
-
Constructor Detail
-
PartPulse
public PartPulse(int hostCount, long nodeCount, AgentPulse agents, WarpDownlinkPulse downlinks, WarpUplinkPulse uplinks)
-
-
Method Detail
-
hostCount
public final int hostCount()
-
nodeCount
public final long nodeCount()
-
agents
public final AgentPulse agents()
-
downlinks
public final WarpDownlinkPulse downlinks()
-
uplinks
public final WarpUplinkPulse uplinks()
-
-