| Package | Description |
|---|---|
| org.terracotta.statistics | |
| org.terracotta.statistics.derived | |
| org.terracotta.statistics.registry |
| Modifier and Type | Method and Description |
|---|---|
StatisticType |
SuppliedValueStatistic.type() |
StatisticType |
SampledStatisticAdapter.type() |
StatisticType |
MemoizingValueStatistic.type() |
StatisticType |
TableValueStatistic.type() |
StatisticType |
ValueStatistic.type() |
StatisticType |
ConstantValueStatistic.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.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Serializable> |
ValueStatistics.constant(StatisticType type,
T value) |
static <T extends Serializable> |
StatisticsManager.createPassThroughStatistic(Object context,
String name,
Set<String> tags,
Map<String,? extends Object> properties,
StatisticType type,
Supplier<T> source) |
static <T extends Serializable> |
StatisticsManager.createPassThroughStatistic(Object context,
String name,
Set<String> tags,
StatisticType type,
Supplier<T> source) |
protected <T extends Serializable> |
TableSkeleton.insert(String rowName,
String statisticName,
StatisticType type,
T value) |
static <T extends Serializable> |
ValueStatistics.nullValue(StatisticType type) |
<T extends Serializable> |
Table.RowBuilder.setStatistic(String statisticName,
StatisticType type,
T value) |
<T extends Serializable> |
Table.Builder.setStatistic(String rowName,
String statisticName,
StatisticType type,
T value) |
static <T extends Serializable> |
ValueStatistics.supply(StatisticType type,
Supplier<T> supplier) |
| Constructor and Description |
|---|
ConstantValueStatistic(StatisticType type,
T value) |
SuppliedValueStatistic(StatisticType type,
Supplier<T> supplier) |
| Modifier and Type | Method and Description |
|---|---|
StatisticType |
EventParameterSimpleMovingAverage.type() |
StatisticType |
EventRateSimpleMovingAverage.type() |
| Modifier and Type | Method and Description |
|---|---|
StatisticType |
Statistic.getType() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
StatisticRegistry.registerStatistic(String fullStatName,
StatisticType type,
Supplier<T> accessor) |
| Constructor and Description |
|---|
Statistic(StatisticType type) |
Statistic(StatisticType type,
List<Sample<T>> samples) |
Statistic(StatisticType type,
Sample<T> sample) |
Copyright © 2018. All rights reserved.