Uses of Interface
org.terracotta.statistics.OperationStatistic
Packages that use OperationStatistic
-
Uses of OperationStatistic in org.terracotta.statistics
Classes in org.terracotta.statistics that implement OperationStatisticModifier and TypeClassDescriptionclassAbstractOperationStatistic<T extends Enum<T>>(package private) classGeneralOperationStatistic<T extends Enum<T>>An operation observer that tracks operation result counts and can drive further derived statistics.classMappedOperationStatistic<S extends Enum<S>,D extends Enum<D>> classStatisticMapper<SOURCE extends Enum<SOURCE>,TARGET extends Enum<TARGET>> classZeroOperationStatistic<T extends Enum<T>>An operation statistic that always return 0 for everything.Fields in org.terracotta.statistics declared as OperationStatisticModifier and TypeFieldDescriptionprivate static final OperationStatistic<?>ZeroOperationStatistic.INSTANCEprivate final OperationStatistic<SOURCE>StatisticMapper.statisticMethods in org.terracotta.statistics that return OperationStatisticModifier and TypeMethodDescriptionprivate static <T extends Enum<T>>
OperationStatistic<T>StatisticsManager.createOperationStatistic(String name, Set<String> tags, Map<String, ? extends Object> properties, Class<T> resultType) private static <S extends Enum<S>>
OperationStatistic<S>MappedOperationStatistic.findOperationStat(Object rootNode, Class<S> statisticType, String statName) static <T extends Enum<T>>
OperationStatistic<T>ZeroOperationStatistic.get()static <T extends Enum<T>>
OperationStatistic<T>StatisticsManager.getOperationStatisticFor(OperationObserver<T> observer) Constructors in org.terracotta.statistics with parameters of type OperationStatisticModifierConstructorDescriptionStatisticMapper(Map<TARGET, Set<SOURCE>> translation, OperationStatistic<SOURCE> statistic)