Package org.hackystat.telemetry.service.prefetch

Provides the "prefetch" service that speeds up Telemetry Chart display by prefetching them.

See:
          Description

Class Summary
DailyTimer Provides a timer task that runs each day at the specified number of minutes past midnight, and then invokes the run() method of all of the tasks associated with its TimerTaskManager.
PrefetchManager Reads in the XML files (if any) containing prefetch information, and sets up a timer task to prefetch (i.e.
PrefetchTask A TimerTask that encapsulates a TelemetryPrefetch instance.
 

Package org.hackystat.telemetry.service.prefetch Description

Provides the "prefetch" service that speeds up Telemetry Chart display by prefetching them.