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