Class StorageStatistics.LongStatistic

java.lang.Object
org.apache.hadoop.fs.StorageStatistics.LongStatistic
Enclosing class:
StorageStatistics

public static class StorageStatistics.LongStatistic extends Object
A 64-bit storage statistic.
  • Constructor Details

    • LongStatistic

      public LongStatistic(String name, long value)
  • Method Details

    • getName

      public String getName()
      Returns:
      The name of this statistic.
    • getValue

      public long getValue()
      Returns:
      The value of this statistic.
    • toString

      public String toString()
      Overrides:
      toString in class Object