Module swim.system

Class EdgePulse

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

public class EdgePulse extends Pulse
  • Field Details

    • meshCount

      protected final int meshCount
    • partCount

      protected final int partCount
    • hostCount

      protected final int hostCount
    • nodeCount

      protected final long nodeCount
    • agents

      protected final AgentPulse agents
  • Constructor Details

  • Method Details

    • isDefined

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

      public final int meshCount()
    • 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()
    • toValue

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

      @Kind public static Form<EdgePulse> form()