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.
|
Method Summary |
protected void |
moveOutdatedData()
Moves outdated data from primary to archive data store |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiDataStore.MoveDataTask
public MultiDataStore.MoveDataTask()
run
public void run()
-
- Specified by:
run in interface Runnable
moveOutdatedData
protected void moveOutdatedData()
- Moves outdated data from primary to archive data store
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.