Uses of Interface
org.terracotta.statistics.observer.ChainedObserver

Packages that use ChainedObserver
org.terracotta.statistics   
org.terracotta.statistics.derived   
org.terracotta.statistics.observer   
 

Uses of ChainedObserver in org.terracotta.statistics
 

Classes in org.terracotta.statistics with type parameters of type ChainedObserver
 class AbstractSourceStatistic<T extends ChainedObserver>
          An abstract SourceStatistic that handles derived statistic (de)registration.
 interface SourceStatistic<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
 class EventParameterSimpleMovingAverage
           
 class EventRateSimpleMovingAverage
           
 class LatencySampling<T extends Enum<T>>
           
 class MinMaxAverage
           
 class OperationResultFilter<T extends Enum<T>>
           
 

Uses of ChainedObserver in org.terracotta.statistics.observer
 

Subinterfaces of ChainedObserver in org.terracotta.statistics.observer
 interface ChainedEventObserver
          Event observers track the occurrence of singular events.
 interface ChainedOperationObserver<T extends Enum<T>>
           
 



Copyright © 2015. All Rights Reserved.