java.lang.Object
swim.system.reflect.Pulse
swim.system.reflect.HostPulse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AgentPulseprotected final WarpDownlinkPulseprotected final longprotected final WarpUplinkPulse -
Constructor Summary
ConstructorsConstructorDescriptionHostPulse(long nodeCount, AgentPulse agents, WarpDownlinkPulse downlinks, WarpUplinkPulse uplinks) -
Method Summary
Modifier and TypeMethodDescriptionfinal AgentPulseagents()final WarpDownlinkPulseform()booleanfinal longtoValue()final WarpUplinkPulseuplinks()
-
Field Details
-
nodeCount
protected final long nodeCount -
agents
-
downlinks
-
uplinks
-
-
Constructor Details
-
HostPulse
public HostPulse(long nodeCount, AgentPulse agents, WarpDownlinkPulse downlinks, WarpUplinkPulse uplinks)
-
-
Method Details