org.compass.core.lucene.engine.store.localcache
Class LocalDirectoryCache.CleanupTask

java.lang.Object
  extended by org.compass.core.lucene.engine.store.localcache.LocalDirectoryCache.CleanupTask
All Implemented Interfaces:
Runnable
Enclosing class:
LocalDirectoryCache

public class LocalDirectoryCache.CleanupTask
extends Object
implements Runnable

A clean up task that deletes files from the local cache that exist within the local cache and do no exist within the remote directory.


Constructor Summary
LocalDirectoryCache.CleanupTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalDirectoryCache.CleanupTask

public LocalDirectoryCache.CleanupTask()
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright (c) 2004-2008 The Compass Project.