Package org.terracotta.statistics
Class ConstantValueStatistic<T extends Serializable>
java.lang.Object
org.terracotta.statistics.ConstantValueStatistic<T>
- All Implemented Interfaces:
Serializable,ValueStatistic<T>
public class ConstantValueStatistic<T extends Serializable>
extends Object
implements ValueStatistic<T>, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longprivate final StatisticTypeprivate final T -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
value
-
type
-
-
Constructor Details
-
ConstantValueStatistic
-
-
Method Details
-
value
- Specified by:
valuein interfaceValueStatistic<T extends Serializable>- Returns:
- The current statistic value
-
type
- Specified by:
typein interfaceValueStatistic<T extends Serializable>- Returns:
- The statistic type
-