| |
|
| java.lang.Object org.apache.roller.business.runnable.HitCountProcessingJob
HitCountProcessingJob | public class HitCountProcessingJob implements Job(Code) | | A job which gathers the currently queued hits from the HitCountQueue and
stores them in the database.
|
HitCountProcessingJob | public HitCountProcessingJob()(Code) | | |
execute | public void execute()(Code) | | Execute the job.
We want to extract the currently queued hits from the HitCounter and
then propogate them to the db for persistent storage.
|
|
|
|