Uses of Interface
net.sf.infrared.agent.transport.Aggregator

Packages that use Aggregator
net.sf.infrared.agent.transport   
 

Uses of Aggregator in net.sf.infrared.agent.transport
 

Classes in net.sf.infrared.agent.transport that implement Aggregator
 class BufferedAggregator
          Implementation of the aggregator which merges each update with a local statistics instance and flushes the aggregated statistics in response to a flush.
 class ForwardingAggregator
          An implementation of the aggregator which just passes on the stats object to the forwarder without any processing
 

Methods in net.sf.infrared.agent.transport that return Aggregator
 Aggregator PeriodicFlushPolicy.getAggregator()
          Gets the Aggregator object that has been associated with this policy.
 Aggregator CentralizedCollectionStrategy.getAggregator()
           
 

Methods in net.sf.infrared.agent.transport with parameters of type Aggregator
 void PeriodicFlushPolicy.setAggregator(Aggregator aggregator)
          Sets the Aggregator object to be used.
 void FlushPolicy.setAggregator(Aggregator aggregator)
          Aggregator which needs to be informed to flush the data.
 void DoNothingFlushPolicy.setAggregator(Aggregator aggregator)