| java.lang.Object org.apache.roller.business.HitCountQueue
HitCountQueue | public class HitCountQueue (Code) | | Queue's up incoming hit counts so that they can be recorded to the db in
an asynchronous manner at give intervals.
We also start up a single thread which runs continously to take the queued
hit counts, tally them, and record them into the db.
TODO: we may want to make this an interface that is pluggable if there is
some indication that users want to override this implementation.
|
resetHits | public synchronized void resetHits()(Code) | | Reset the queued hits.
|
shutdown | public void shutdown()(Code) | | clean up.
|
|
|