Uses of Interface
org.terracotta.statistics.OperationStatistic
-
Packages that use OperationStatistic Package Description org.terracotta.statistics -
-
Uses of OperationStatistic in org.terracotta.statistics
Classes in org.terracotta.statistics that implement OperationStatistic Modifier and Type Class Description classAbstractOperationStatistic<T extends Enum<T>>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.Methods in org.terracotta.statistics that return OperationStatistic Modifier and Type Method Description 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 OperationStatistic Constructor Description StatisticMapper(Map<TARGET,Set<SOURCE>> translation, OperationStatistic<SOURCE> statistic)
-