Module swim.system

Class MeshPulse

java.lang.Object
swim.system.reflect.Pulse
swim.system.reflect.MeshPulse

public class MeshPulse extends Pulse
  • Field Details

    • partCount

      protected final int partCount
    • hostCount

      protected final int hostCount
    • nodeCount

      protected final long nodeCount
    • agents

      protected final AgentPulse agents
    • system

      protected final SystemPulse system
  • Constructor Details

  • Method Details

    • isDefined

      public boolean isDefined()
      Specified by:
      isDefined in class Pulse
    • partCount

      public final int partCount()
    • 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()
    • system

      public SystemPulse system()
    • toValue

      public Value toValue()
      Specified by:
      toValue in class Pulse
    • form

      @Kind public static Form<MeshPulse> form()