Uses of Interface
org.archive.wayback.Shutdownable

Packages that use Shutdownable
org.archive.wayback.resourceindex.updater   
org.archive.wayback.resourcestore.indexer   
org.archive.wayback.resourcestore.locationdb   
org.archive.wayback.resourcestore.resourcefile   
org.archive.wayback.webapp   
 

Uses of Shutdownable in org.archive.wayback.resourceindex.updater
 

Classes in org.archive.wayback.resourceindex.updater that implement Shutdownable
 class LocalResourceIndexUpdater
          Class which starts a background thread that repeatedly scans an incoming directory and merges files found therein(which are assumed to be in CDX format) with a BDBIndex.
 

Uses of Shutdownable in org.archive.wayback.resourcestore.indexer
 

Classes in org.archive.wayback.resourcestore.indexer that implement Shutdownable
 class IndexQueueUpdater
          This class polls a ResourceFileLocationDB repeatedly, to notice new files arriving in the DB.
 class IndexWorker
          Simple worker, which gets tasks from an IndexQueue, in the case, the name of ARC/WARC files to be indexed, retrieves the ARC/WARC location from a ResourceFileLocationDB, creates the index, which is serialized into a file, and then hands that file off to a ResourceIndex for merging, using an IndexClient.
 

Uses of Shutdownable in org.archive.wayback.resourcestore.locationdb
 

Classes in org.archive.wayback.resourcestore.locationdb that implement Shutdownable
 class ResourceFileLocationDBUpdater
          Class which performs updates on a ResourceFileLocationDB, based on files appearing in a incoming directory.
 

Uses of Shutdownable in org.archive.wayback.resourcestore.resourcefile
 

Classes in org.archive.wayback.resourcestore.resourcefile that implement Shutdownable
 class ResourceFileSourceUpdater
          Class which repeatedly builds a ResourceFileList for a set of ResourceFileSource objects, serializing them into files, and dropping them into the incoming directory of a ResourceFileLocationDBUpdater.
 

Uses of Shutdownable in org.archive.wayback.webapp
 

Methods in org.archive.wayback.webapp that return types with arguments of type Shutdownable
 List<Shutdownable> WaybackCollection.getShutdownables()
           
 

Method parameters in org.archive.wayback.webapp with type arguments of type Shutdownable
 void WaybackCollection.setShutdownables(List<Shutdownable> shutdownables)
           
 



Copyright © 2005-2011 Internet Archive. All Rights Reserved.