Uses of Interface
org.terracotta.statistics.observer.OperationObserver
-
Packages that use OperationObserver Package Description org.terracotta.statistics -
-
Uses of OperationObserver in org.terracotta.statistics
Subinterfaces of OperationObserver in org.terracotta.statistics Modifier and Type Interface Description interfaceOperationStatistic<T extends Enum<T>>Classes in org.terracotta.statistics that implement OperationObserver 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 OperationObserver Modifier and Type Method Description OperationObserver<T>StatisticBuilder.OperationStatisticBuilder. build()Builds the.static <T extends Enum<T>>
OperationObserver<T>StatisticsManager. createOperationStatistic(Object context, String name, Set<String> tags, Class<T> eventTypes)static <T extends Enum<T>>
OperationObserver<T>StatisticsManager. createOperationStatistic(Object context, String name, Set<String> tags, Map<String,? extends Object> properties, Class<T> resultType)Methods in org.terracotta.statistics with parameters of type OperationObserver Modifier and Type Method Description static <T extends Enum<T>>
OperationStatistic<T>StatisticsManager. getOperationStatisticFor(OperationObserver<T> observer)
-