Package org.apache.gravitino.stats
Interface StatisticValue<T>
- All Known Implementing Classes:
StatisticValues.BooleanValue
,StatisticValues.DoubleValue
,StatisticValues.ListValue
,StatisticValues.LongValue
,StatisticValues.ObjectValue
,StatisticValues.StringValue
public interface StatisticValue<T>
An interface representing a statistic value.
-
Method Summary