Package org.apache.gravitino.stats
Class StatisticValues.LongValue
java.lang.Object
org.apache.gravitino.stats.StatisticValues.LongValue
- All Implemented Interfaces:
StatisticValue<Long>
- Enclosing class:
- StatisticValues
A statistic value that holds a Long value.
-
Method Summary
-
Method Details
-
value
Description copied from interface:StatisticValue
Returns the value of the statistic.- Specified by:
value
in interfaceStatisticValue<Long>
- Returns:
- the value of the statistic
-
dataType
Description copied from interface:StatisticValue
Returns the data type of the statistic value.- Specified by:
dataType
in interfaceStatisticValue<Long>
- Returns:
- the data type of the statistic value
-
hashCode
public int hashCode() -
equals
-