Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceFileLocationDBUpdater
Class which performs updates on a ResourceFileLocationDB, based on files
appearing in a incoming directory.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Shutdownable> |
WaybackCollection.getShutdownables() |
Modifier and Type | Method and Description |
---|---|
void |
WaybackCollection.setShutdownables(List<Shutdownable> shutdownables) |
Copyright © 2005–2015 IIPC. All rights reserved.