|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatisticType | |
|---|---|
| org.terracotta.context.extended | |
| org.terracotta.statistics.extended | |
| Uses of StatisticType in org.terracotta.context.extended |
|---|
| Methods in org.terracotta.context.extended with parameters of type StatisticType | |
|---|---|
SampledStatistic<? extends Number> |
StatisticsRegistry.findSampledCompoundStatistic(String statisticName,
StatisticType statisticType)
|
| Uses of StatisticType in org.terracotta.statistics.extended |
|---|
| Methods in org.terracotta.statistics.extended that return StatisticType | |
|---|---|
StatisticType |
SampledStatistic.type()
|
StatisticType |
RateImpl.type()
|
static StatisticType |
StatisticType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatisticType[] |
StatisticType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.terracotta.statistics.extended with parameters of type StatisticType | |
|---|---|
ExpiringSampledStatistic(ValueStatistic<T> source,
ScheduledExecutorService executor,
int historySize,
long historyPeriod,
TimeUnit historyTimeUnit,
StatisticType type)
Creates an expiring statistic. |
|
SemiExpiringSampledStatistic(ValueStatistic<T> source,
ScheduledExecutorService executor,
int historySize,
long historyTime,
TimeUnit historyTimeUnit,
StatisticType type)
Creates a new semi-expiring statistic. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||