Package org.apache.jackrabbit.core.data
Class MultiDataStore.MoveDataTask
- java.lang.Object
-
- org.apache.jackrabbit.core.data.MultiDataStore.MoveDataTask
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- MultiDataStore
public class MultiDataStore.MoveDataTask extends Object implements Runnable
Class for maintaining the MultiDataStore. It will be used to move the content of the primary data store to the archive data store.
-
-
Constructor Summary
Constructors Constructor Description MoveDataTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
moveOutdatedData()
Moves outdated data from primary to archive data storevoid
run()
-