Package org.apache.gravitino.stats
Class StatisticValues.ListValue<T>
java.lang.Object
org.apache.gravitino.stats.StatisticValues.ListValue<T>
- All Implemented Interfaces:
StatisticValue<List<StatisticValue<T>>>
- Enclosing class:
- StatisticValues
public static class StatisticValues.ListValue<T>
extends Object
implements StatisticValue<List<StatisticValue<T>>>
A statistic value that holds a List of other statistic values.
-
Method Summary
-
Method Details
-
value
Description copied from interface:StatisticValue
Returns the value of the statistic.- Specified by:
value
in interfaceStatisticValue<T>
- 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<T>
- Returns:
- the data type of the statistic value
-
hashCode
public int hashCode() -
equals
-