Class DatabaseJournal.RevisionTableJanitor
- java.lang.Object
-
- 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
Constructors Constructor Description RevisionTableJanitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
cleanUpOldRevisions()
Cleans old revisions from the clustering table.void
run()
-