Class StatisticValues.LongValue

java.lang.Object
org.apache.gravitino.stats.StatisticValues.LongValue
All Implemented Interfaces:
StatisticValue<Long>
Enclosing class:
StatisticValues

public static class StatisticValues.LongValue extends Object implements StatisticValue<Long>
A statistic value that holds a Long value.
  • Method Details

    • value

      public Long value()
      Description copied from interface: StatisticValue
      Returns the value of the statistic.
      Specified by:
      value in interface StatisticValue<Long>
      Returns:
      the value of the statistic
    • dataType

      public Type dataType()
      Description copied from interface: StatisticValue
      Returns the data type of the statistic value.
      Specified by:
      dataType in interface StatisticValue<Long>
      Returns:
      the data type of the statistic value
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object