Uses of Interface
org.terracotta.statistics.observer.ChainedObserver
Packages that use ChainedObserver
Package
Description
-
Uses of ChainedObserver in org.terracotta.statistics
Classes in org.terracotta.statistics with type parameters of type ChainedObserverModifier and TypeClassDescriptionclassAbstractSourceStatistic<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 ChainedObserverModifier and TypeClassDescriptionclassclassOperationResultFilter<T extends Enum<T>>classOperationResultSampler<T extends Enum<T>> -
Uses of ChainedObserver in org.terracotta.statistics.derived.latency
Classes in org.terracotta.statistics.derived.latency that implement ChainedObserverModifier and TypeClassDescriptionclassclassJsr107LatencyMonitor<T extends Enum<T>>classThis accumulator accumulate latency metrics.classclassclassKeeps 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.observerModifier and TypeInterfaceDescriptioninterfaceEvent observers track the occurrence of singular events.interfaceChainedOperationObserver<T extends Enum<T>>