Class IOTaskSummary.SpeedStat

  • All Implemented Interfaces:
    alluxio.util.JsonSerializable
    Enclosing class:
    IOTaskSummary

    public static class IOTaskSummary.SpeedStat
    extends java.lang.Object
    implements alluxio.util.JsonSerializable
    An object representation of all the statistics we need from this I/O test.
    • Constructor Summary

      Constructors 
      Constructor Description
      SpeedStat()
      An empty constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface alluxio.util.JsonSerializable

        getClassName, setClassName, toJson
    • Field Detail

      • mTotalDurationSeconds

        public double mTotalDurationSeconds
      • mTotalSizeBytes

        public long mTotalSizeBytes
      • mMaxSpeedMbps

        public double mMaxSpeedMbps
      • mMinSpeedMbps

        public double mMinSpeedMbps
      • mAvgSpeedMbps

        public double mAvgSpeedMbps
      • mStdDev

        public double mStdDev
    • Constructor Detail

      • SpeedStat

        public SpeedStat()
        An empty constructor.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object