java.lang.Object
swim.system.reflect.Pulse
swim.system.reflect.PartPulse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AgentPulseprotected final WarpDownlinkPulseprotected final intprotected final longprotected final SystemPulseprotected final WarpUplinkPulse -
Constructor Summary
ConstructorsConstructorDescriptionPartPulse(int hostCount, long nodeCount, AgentPulse agents, WarpDownlinkPulse downlinks, WarpUplinkPulse uplinks, SystemPulse system) -
Method Summary
Modifier and TypeMethodDescriptionfinal AgentPulseagents()final WarpDownlinkPulseform()final intbooleanfinal longsystem()toValue()final WarpUplinkPulseuplinks()
-
Field Details
-
hostCount
protected final int hostCount -
nodeCount
protected final long nodeCount -
agents
-
downlinks
-
uplinks
-
system
-
-
Constructor Details
-
PartPulse
public PartPulse(int hostCount, long nodeCount, AgentPulse agents, WarpDownlinkPulse downlinks, WarpUplinkPulse uplinks, SystemPulse system)
-
-
Method Details