Uses of Interface
etm.core.aggregation.Aggregator

Packages that use Aggregator
etm.contrib.aggregation.log Various logging aggregators which may be used to dump raw measurement results using a specific log implementation. 
etm.contrib.aggregation.swing Swing aggregation support. 
etm.core.aggregation Pre-packaged aggregation strategies. 
etm.core.aggregation.persistence Persistence support for aggregated performance data. 
etm.core.configuration Static configuration support similar to Log4j configuration. 
etm.core.monitor Java™ Execution Time Measurement Library core package. 
 

Uses of Aggregator in etm.contrib.aggregation.log
 

Classes in etm.contrib.aggregation.log that implement Aggregator
 class AbstractLogAggregator
          Sometimes it is important to have access to raw measurement results.
 class CommonsLoggingAggregator
          The CommonsLoggingAggregator uses jakarta commons logging to log raw measurement results.
 class Jdk14LogAggregator
          The Jdk14LogAggregator uses JDK 1.4 logging to log raw measurement results.
 class Log4jAggregator
          The Log4jAggregator uses Log4J logging to log raw measurement results.
 

Fields in etm.contrib.aggregation.log declared as Aggregator
protected  Aggregator AbstractLogAggregator.delegate
           
 

Constructors in etm.contrib.aggregation.log with parameters of type Aggregator
AbstractLogAggregator(Aggregator aAggregator)
           
CommonsLoggingAggregator(Aggregator aAggregator)
           
Jdk14LogAggregator(Aggregator aAggregator)
           
Log4jAggregator(Aggregator aAggregator)
           
 

Uses of Aggregator in etm.contrib.aggregation.swing
 

Classes in etm.contrib.aggregation.swing that implement Aggregator
 class SimpleTreeModelAggregator
          Deprecated. Please don't use this aggregator any more. With JETM 1.3.0 this aggregator will be removed.
 

Fields in etm.contrib.aggregation.swing declared as Aggregator
protected  Aggregator SimpleTreeModelAggregator.delegate
          Deprecated.  
 

Constructors in etm.contrib.aggregation.swing with parameters of type Aggregator
SimpleTreeModelAggregator(java.lang.String aName, Aggregator aDelegate)
          Deprecated. Creates a new SimpleTreeModelAggregator which delegates SimpleTreeModelAggregator.add(etm.core.monitor.EtmPoint) calls to the provided aggregator instances after altering the treemodel.
 

Uses of Aggregator in etm.core.aggregation
 

Classes in etm.core.aggregation that implement Aggregator
 class BufferedThresholdAggregator
          

The BufferedThresholdAggregator wraps an Aggregator instance and prevents processing of every measurement result by buffering them until specified threshold is reached.

 class BufferedTimedAggregator
          The BufferedTimedAggregator buffers measurement results for a certain period of time.
 class FlatAggregator
          Deprecated. Use RootAggregator instead. This aggregator will be removed with JETM 2.0.0
 class NestedAggregator
          Deprecated. Use RootAggregator instead. This aggregator will be removed with JETM 2.0.0
 class NotifyingAggregator
          An aggregator that creates CollectEvents for every new collected EtmPoint.
 class RootAggregator
          An Aggregator that cumulates results, supports both nested and flat aggregation.
 

Fields in etm.core.aggregation declared as Aggregator
protected  Aggregator BufferedThresholdAggregator.delegate
           
protected  Aggregator BufferedTimedAggregator.delegate
           
 

Constructors in etm.core.aggregation with parameters of type Aggregator
BufferedThresholdAggregator(Aggregator aAggregator)
          Creates a new BufferedThresholdAggregator for the given aggregator instance.
BufferedTimedAggregator(Aggregator aAggregator)
          Creates a BufferedTimedAggregator with default sleep interval (5000ms).
NotifyingAggregator(Aggregator aDelegate)
           
 

Uses of Aggregator in etm.core.aggregation.persistence
 

Classes in etm.core.aggregation.persistence that implement Aggregator
 class PersistentRootAggregator
          An aggregator that supports persistence provided by a PersistenceBackend.
 

Uses of Aggregator in etm.core.configuration
 

Methods in etm.core.configuration with parameters of type Aggregator
static void BasicEtmConfigurator.configure(boolean nested, Aggregator aggregator)
          Configures EtmManager to use a FlatMonitor or NestedMonitor depending on the given parameter with default timer and given aggregator chain.
static void BasicEtmConfigurator.configure(boolean nested, ExecutionTimer timer, Aggregator aggregator)
          Configures EtmManager to use a FlatMonitor or NestedMonitor depending on the given parameter with the given ExecutionTimer and Aggregator chain..
 

Uses of Aggregator in etm.core.monitor
 

Fields in etm.core.monitor declared as Aggregator
protected  Aggregator EtmMonitorSupport.aggregator
           
 

Methods in etm.core.monitor that return Aggregator
protected  Aggregator EtmMonitorSupport.getDefaultAggregator()
           
protected  Aggregator NullMonitor.getDefaultAggregator()
           
 

Constructors in etm.core.monitor with parameters of type Aggregator
EtmMonitorSupport(java.lang.String aDescription, ExecutionTimer aTimer, Aggregator aAggregator)
          Creates a EtmMonitorSupport instance.
FlatMonitor(Aggregator aAggregator)
           
FlatMonitor(ExecutionTimer aTimer, Aggregator aAggregator)
           
NestedMonitor(Aggregator aAggregator)
           
NestedMonitor(ExecutionTimer aTimer, Aggregator aAggregator)
           
 



Copyright © 2004,2005, 2006, 2007 void.fm. All Rights Reserved.