Uses of Class
org.terracotta.statistics.StatisticType
-
Packages that use StatisticType Package Description org.terracotta.statistics org.terracotta.statistics.derived org.terracotta.statistics.derived.latency org.terracotta.statistics.registry -
-
Uses of StatisticType in org.terracotta.statistics
Methods in org.terracotta.statistics that return StatisticType Modifier and Type Method Description StatisticTypeConstantValueStatistic. type()StatisticTypeMemoizingValueStatistic. type()StatisticTypeSampledStatisticAdapter. type()StatisticTypetype()StatisticTypeSuppliedValueStatistic. type()StatisticTypeTableValueStatistic. type()StatisticTypeValueStatistic. type()static StatisticTypeStatisticType. 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.Methods in org.terracotta.statistics with parameters of type StatisticType Modifier and Type Method Description static <T extends Serializable>
ConstantValueStatistic<T>ValueStatistics. constant(StatisticType type, T value)static <T extends Serializable>
voidStatisticsManager. createPassThroughStatistic(Object context, String name, Set<String> tags, Map<String,? extends Object> properties, StatisticType type, Supplier<T> source)static <T extends Serializable>
voidStatisticsManager. createPassThroughStatistic(Object context, String name, Set<String> tags, StatisticType type, Supplier<T> source)protected <T extends Serializable>
voidTableSkeleton. insert(String rowName, String statisticName, StatisticType type, T value)static <T extends Serializable>
ConstantValueStatistic<T>ValueStatistics. nullValue(StatisticType type)<T extends Serializable>
Table.BuilderTable.Builder. setStatistic(String rowName, String statisticName, StatisticType type, T value)<T extends Serializable>
Table.RowBuilderTable.RowBuilder. setStatistic(String statisticName, StatisticType type, T value)static <T extends Serializable>
ValueStatistic<T>ValueStatistics. supply(StatisticType type, Supplier<T> supplier)Constructors in org.terracotta.statistics with parameters of type StatisticType Constructor Description ConstantValueStatistic(StatisticType type, T value)SuppliedValueStatistic(StatisticType type, Supplier<T> supplier) -
Uses of StatisticType in org.terracotta.statistics.derived
Methods in org.terracotta.statistics.derived that return StatisticType Modifier and Type Method Description StatisticTypeEventRateSimpleMovingAverage. type() -
Uses of StatisticType in org.terracotta.statistics.derived.latency
Methods in org.terracotta.statistics.derived.latency that return StatisticType Modifier and Type Method Description StatisticTypeMaximumLatencyHistory. type() -
Uses of StatisticType in org.terracotta.statistics.registry
Methods in org.terracotta.statistics.registry that return StatisticType Modifier and Type Method Description StatisticTypeStatistic. getType()Methods in org.terracotta.statistics.registry with parameters of type StatisticType Modifier and Type Method Description <T extends Serializable>
voidStatisticRegistry. registerStatistic(String fullStatName, StatisticType type, Supplier<T> accessor)Constructors in org.terracotta.statistics.registry with parameters of type StatisticType Constructor Description Statistic(StatisticType type)Statistic(StatisticType type, List<Sample<T>> samples)Statistic(StatisticType type, Sample<T> sample)
-