Uses of Enum
org.terracotta.statistics.StatisticType
Packages that use StatisticType
Package
Description
-
Uses of StatisticType in org.terracotta.statistics
Fields in org.terracotta.statistics declared as StatisticTypeModifier and TypeFieldDescriptionprivate final StatisticTypeConstantValueStatistic.typefinal StatisticTypePassThroughStatistic.typeprivate final StatisticTypeSuppliedValueStatistic.typeMethods in org.terracotta.statistics that return StatisticTypeModifier and TypeMethodDescriptionConstantValueStatistic.type()MemoizingValueStatistic.type()PassThroughStatistic.type()SampledStatisticAdapter.type()SuppliedValueStatistic.type()TableValueStatistic.type()ValueStatistic.type()static StatisticTypeReturns 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 StatisticTypeModifier and TypeMethodDescriptionstatic <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 StatisticTypeModifierConstructorDescriptionConstantValueStatistic(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 -
Uses of StatisticType in org.terracotta.statistics.derived.latency
Methods in org.terracotta.statistics.derived.latency that return StatisticType -
Uses of StatisticType in org.terracotta.statistics.registry
Fields in org.terracotta.statistics.registry declared as StatisticTypeMethods in org.terracotta.statistics.registry that return StatisticTypeMethods in org.terracotta.statistics.registry with parameters of type StatisticTypeModifier and TypeMethodDescription<T extends Serializable>
voidStatisticRegistry.registerStatistic(String fullStatName, StatisticType type, Supplier<T> accessor) Constructors in org.terracotta.statistics.registry with parameters of type StatisticTypeModifierConstructorDescriptionStatistic(StatisticType type) Statistic(StatisticType type, List<Sample<T>> samples) Statistic(StatisticType type, Sample<T> sample)