|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.Attribute
org.archive.crawler.settings.Type
org.archive.crawler.settings.ComplexType
org.archive.crawler.settings.ModuleType
org.archive.crawler.framework.Processor
org.archive.crawler.processor.recrawl.PersistProcessor
org.archive.crawler.processor.recrawl.PersistOnlineProcessor
org.archive.crawler.processor.recrawl.PersistLoadProcessor
public class PersistLoadProcessor
Store CrawlURI attributes from latest fetch to persistent storage for consultation by a later recrawl.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.archive.crawler.settings.ComplexType |
---|
ComplexType.MBeanAttributeInfoIterator |
Field Summary |
---|
Fields inherited from class org.archive.crawler.processor.recrawl.PersistOnlineProcessor |
---|
historyDb, store |
Fields inherited from class org.archive.crawler.processor.recrawl.PersistProcessor |
---|
URI_HISTORY_DBNAME |
Fields inherited from class org.archive.crawler.framework.Processor |
---|
ATTR_DECIDE_RULES, ATTR_ENABLED, attrDecideRules |
Fields inherited from class org.archive.crawler.settings.ComplexType |
---|
definition, definitionMap |
Constructor Summary | |
---|---|
PersistLoadProcessor(java.lang.String name)
Usual constructor |
Method Summary | |
---|---|
protected void |
innerProcess(CrawlURI curi)
Classes subclassing this one should override this method to perform their custom actions on the CrawlURI. |
Methods inherited from class org.archive.crawler.processor.recrawl.PersistOnlineProcessor |
---|
finalTasks, initialTasks, initStore |
Methods inherited from class org.archive.crawler.processor.recrawl.PersistProcessor |
---|
historyDatabaseConfig, main, persistKeyFor, shouldLoad, shouldStore |
Methods inherited from class org.archive.crawler.framework.Processor |
---|
checkForInterrupt, getController, getDecideRule, getDefaultNextProcessor, innerRejectProcess, isContentToProcess, isExpectedMimeType, isHttpTransactionContentToProcess, kickUpdate, process, report, rulesAccept, rulesAccept, setDefaultNextProcessor, spawn |
Methods inherited from class org.archive.crawler.settings.ModuleType |
---|
addElement, listUsedFiles |
Methods inherited from class org.archive.crawler.settings.Type |
---|
addConstraint, equals, getConstraints, getLegalValueType, isExpertSetting, isOverrideable, isTransient, setExpertSetting, setLegalValueType, setOverrideable, setTransient |
Methods inherited from class javax.management.Attribute |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PersistLoadProcessor(java.lang.String name)
name
- Method Detail |
---|
protected void innerProcess(CrawlURI curi) throws java.lang.InterruptedException
Processor
innerProcess
in class Processor
curi
- The CrawlURI being processed.
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |