MCPcopy Create free account
hub / github.com/apache/nutch / setFetchInterval

Method setFetchInterval

src/java/org/apache/nutch/storage/WebPage.java:351–354  ·  view source on GitHub ↗

Sets the value of the 'fetchInterval' field. The default number of seconds between re-fetches of a page. The default is considered as 30 days unless a custom fetch schedle is implemented. @param value the value to set.

(java.lang.Integer value)

Source from the content-addressed store, hash-verified

349 * The default number of seconds between re-fetches of a page. The default is considered as 30 days unless a custom fetch schedle is implemented. * @param value the value to set.
350 */
351 public void setFetchInterval(java.lang.Integer value) {
352 this.fetchInterval = value;
353 setDirty(4);
354 }
355
356 /**
357 * Checks the dirty status of the 'fetchInterval' field. A field is dirty if it represents a change that has not yet been written to the database.

Callers 10

createURLWebPageMethod · 0.95
prepareWebpageMethod · 0.95
processSitemapParseMethod · 0.95
writeMethod · 0.95
setFetchScheduleMethod · 0.45
initializeScheduleMethod · 0.45
setPageGoneScheduleMethod · 0.45
shouldFetchMethod · 0.45
forceRefetchMethod · 0.45

Calls

no outgoing calls

Tested by 3

createURLWebPageMethod · 0.76
prepareWebpageMethod · 0.76