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

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

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

Classes in net.sf.infrared.agent.transport that implement FlushPolicy
 class DoNothingFlushPolicy
          Implementation of a flush policy that does nothing.
 class PeriodicFlushPolicy
          A FlushPolicy implementation that runs a background thread to keep flushing the Aggregator at a configurable frequency.