Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.database
Class ForumCacheWarmupTask

java.lang.Object
  extended by com.jivesoftware.forum.database.ForumCacheWarmupTask
All Implemented Interfaces:
java.lang.Runnable

public class ForumCacheWarmupTask
extends java.lang.Object
implements java.lang.Runnable

A task that warms up the cache of a forum by loading up chunks of its thread and message data.


Constructor Summary
ForumCacheWarmupTask(Forum forum)
          Create a new cache warmup task.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForumCacheWarmupTask

public ForumCacheWarmupTask(Forum forum)
Create a new cache warmup task. The forum that should have its cache warmed up must be specified.

Parameters:
forum - the forum to do cache warmup on.
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.