Module swim.system

Class WarpUplinkProfile

java.lang.Object
swim.system.Metric
swim.system.profile.WarpUplinkProfile

public final class WarpUplinkProfile extends Metric
  • Constructor Details

    • WarpUplinkProfile

      public WarpUplinkProfile(UplinkAddress cellAddress, int eventDelta, int eventRate, long eventCount, int commandDelta, int commandRate, long commandCount)
  • Method Details

    • cellAddress

      public UplinkAddress cellAddress()
      Specified by:
      cellAddress in class Metric
    • eventDelta

      public int eventDelta()
    • eventRate

      public int eventRate()
    • eventCount

      public long eventCount()
    • commandDelta

      public int commandDelta()
    • commandRate

      public int commandRate()
    • commandCount

      public long commandCount()