org.apache.jackrabbit.core.journal
Class DatabaseJournal.RevisionTableJanitor

java.lang.Object
  extended by org.apache.jackrabbit.core.journal.DatabaseJournal.RevisionTableJanitor
All Implemented Interfaces:
Runnable
Enclosing class:
DatabaseJournal

public class DatabaseJournal.RevisionTableJanitor
extends Object
implements Runnable

Class for maintaining the revision table. This is only useful if all JR information except the search index is in the database (i.e., node types etc). In that case, revision data can safely be thrown away from the JOURNAL table.


Constructor Summary
DatabaseJournal.RevisionTableJanitor()
           
 
Method Summary
protected  void cleanUpOldRevisions()
          Cleans old revisions from the clustering table.
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseJournal.RevisionTableJanitor

public DatabaseJournal.RevisionTableJanitor()
Method Detail

run

public void run()

Specified by:
run in interface Runnable

cleanUpOldRevisions

protected void cleanUpOldRevisions()
Cleans old revisions from the clustering table.



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.