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
Fields in org.terracotta.statistics declared as StatisticType Modifier and Type Field Description private StatisticTypeConstantValueStatistic. typeStatisticTypePassThroughStatistic. typeprivate StatisticTypeSuppliedValueStatistic. typeMethods in org.terracotta.statistics that return StatisticType Modifier and Type Method Description StatisticTypeConstantValueStatistic. type()StatisticTypeMemoizingValueStatistic. type()StatisticTypePassThroughStatistic. type()StatisticTypeSampledStatisticAdapter. type()StatisticTypetype()StatisticTypeSuppliedValueStatistic. type()StatisticTypeTableValueStatistic. type()StatisticTypeValueStatistic. type()static StatisticTypeStatisticType. valueOf(java.lang.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 java.io.Serializable>
ConstantValueStatistic<T>ValueStatistics. constant(StatisticType type, T value)static <T extends java.io.Serializable>
voidStatisticsManager. createPassThroughStatistic(java.lang.Object context, java.lang.String name, java.util.Set<java.lang.String> tags, java.util.Map<java.lang.String,? extends java.lang.Object> properties, StatisticType type, java.util.function.Supplier<T> source)static <T extends java.io.Serializable>
voidStatisticsManager. createPassThroughStatistic(java.lang.Object context, java.lang.String name, java.util.Set<java.lang.String> tags, StatisticType type, java.util.function.Supplier<T> source)protected <T extends java.io.Serializable>
voidTableSkeleton. insert(java.lang.String rowName, java.lang.String statisticName, StatisticType type, T value)static <T extends java.io.Serializable>
ConstantValueStatistic<T>ValueStatistics. nullValue(StatisticType type)<T extends java.io.Serializable>
Table.BuilderTable.Builder. setStatistic(java.lang.String rowName, java.lang.String statisticName, StatisticType type, T value)<T extends java.io.Serializable>
Table.RowBuilderTable.RowBuilder. setStatistic(java.lang.String statisticName, StatisticType type, T value)static <T extends java.io.Serializable>
ValueStatistic<T>ValueStatistics. supply(StatisticType type, java.util.function.Supplier<T> supplier)Constructors in org.terracotta.statistics with parameters of type StatisticType Constructor Description ConstantValueStatistic(StatisticType type, T value)SuppliedValueStatistic(StatisticType type, java.util.function.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
Fields in org.terracotta.statistics.registry declared as StatisticType Modifier and Type Field Description private StatisticTypeStatistic. typeMethods 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 java.io.Serializable>
voidStatisticRegistry. registerStatistic(java.lang.String fullStatName, StatisticType type, java.util.function.Supplier<T> accessor)Constructors in org.terracotta.statistics.registry with parameters of type StatisticType Constructor Description Statistic(StatisticType type)Statistic(StatisticType type, java.util.List<Sample<T>> samples)Statistic(StatisticType type, Sample<T> sample)
-