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