Uses of Interface
org.terracotta.statistics.observer.ChainedOperationObserver
-
Packages that use ChainedOperationObserver Package Description org.terracotta.statistics org.terracotta.statistics.derived org.terracotta.statistics.derived.latency -
-
Uses of ChainedOperationObserver in org.terracotta.statistics
Fields in org.terracotta.statistics with type parameters of type ChainedOperationObserver Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<ChainedOperationObserver<? super TARGET>,ChainedOperationObserver<SOURCE>>StatisticMapper. derivedStatsprivate java.util.concurrent.ConcurrentMap<ChainedOperationObserver<? super TARGET>,ChainedOperationObserver<SOURCE>>StatisticMapper. derivedStatsMethods in org.terracotta.statistics that return types with arguments of type ChainedOperationObserver Modifier and Type Method Description java.util.Collection<ChainedOperationObserver<? super D>>MappedOperationStatistic. getDerivedStatistics()java.util.Collection<ChainedOperationObserver<? super TARGET>>StatisticMapper. getDerivedStatistics()java.util.Collection<ChainedOperationObserver<? super T>>ZeroOperationStatistic. getDerivedStatistics()Methods in org.terracotta.statistics with parameters of type ChainedOperationObserver Modifier and Type Method Description voidMappedOperationStatistic. addDerivedStatistic(ChainedOperationObserver<? super D> derived)voidStatisticMapper. addDerivedStatistic(ChainedOperationObserver<? super TARGET> derived)voidZeroOperationStatistic. addDerivedStatistic(ChainedOperationObserver<? super T> derived)voidMappedOperationStatistic. removeDerivedStatistic(ChainedOperationObserver<? super D> derived)voidStatisticMapper. removeDerivedStatistic(ChainedOperationObserver<? super TARGET> derived)voidZeroOperationStatistic. removeDerivedStatistic(ChainedOperationObserver<? super T> derived) -
Uses of ChainedOperationObserver in org.terracotta.statistics.derived
Classes in org.terracotta.statistics.derived that implement ChainedOperationObserver Modifier and Type Class Description classOperationResultFilter<T extends java.lang.Enum<T>>classOperationResultSampler<T extends java.lang.Enum<T>> -
Uses of ChainedOperationObserver in org.terracotta.statistics.derived.latency
Classes in org.terracotta.statistics.derived.latency that implement ChainedOperationObserver Modifier and Type Class Description classJsr107LatencyMonitor<T extends java.lang.Enum<T>>
-