Uses of Interface
org.terracotta.statistics.observer.ChainedObserver
-
Packages that use ChainedObserver Package Description org.terracotta.statistics org.terracotta.statistics.derived org.terracotta.statistics.derived.latency org.terracotta.statistics.observer -
-
Uses of ChainedObserver in org.terracotta.statistics
Classes in org.terracotta.statistics with type parameters of type ChainedObserver Modifier and Type Class Description classAbstractSourceStatistic<T extends ChainedObserver>An abstractSourceStatisticthat handles derived statistic (de)registration.interfaceSourceStatistic<T extends ChainedObserver>Source statistic implementations support derived statistics. -
Uses of ChainedObserver in org.terracotta.statistics.derived
Classes in org.terracotta.statistics.derived that implement ChainedObserver Modifier and Type Class Description classEventRateSimpleMovingAverageclassOperationResultFilter<T extends java.lang.Enum<T>>classOperationResultSampler<T extends java.lang.Enum<T>> -
Uses of ChainedObserver in org.terracotta.statistics.derived.latency
Classes in org.terracotta.statistics.derived.latency that implement ChainedObserver Modifier and Type Class Description classDefaultLatencyHistogramStatisticclassJsr107LatencyMonitor<T extends java.lang.Enum<T>>classLatencyAccumulatorThis accumulator accumulate latency metrics.classLatencyPeriodAccumulatorclassLatencySimpleMovingAverageclassMaximumLatencyHistoryKeeps a history of the maximum operation latencies over a specific window. -
Uses of ChainedObserver in org.terracotta.statistics.observer
Subinterfaces of ChainedObserver in org.terracotta.statistics.observer Modifier and Type Interface Description interfaceChainedEventObserverEvent observers track the occurrence of singular events.interfaceChainedOperationObserver<T extends java.lang.Enum<T>>
-