T
- Type of statistics valuepublic class StatisticsHolder<T> extends Object
Constructor and Description |
---|
StatisticsHolder(T statisticsValue,
BaseStatisticsKind<?> statisticsKind) |
StatisticsHolder(T statisticsValue,
StatisticsKind<?> statisticsKind) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
StatisticsKind<?> |
getStatisticsKind() |
T |
getStatisticsValue() |
int |
hashCode() |
String |
jsonString() |
static StatisticsHolder<?> |
of(String serialized) |
String |
toString() |
public StatisticsHolder(T statisticsValue, BaseStatisticsKind<?> statisticsKind)
public StatisticsHolder(T statisticsValue, StatisticsKind<?> statisticsKind)
public T getStatisticsValue()
public StatisticsKind<?> getStatisticsKind()
public String jsonString()
public static StatisticsHolder<?> of(String serialized)
Copyright © 1970 The Apache Software Foundation. All rights reserved.