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

Method setFetchTime

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

Sets the value of the 'fetchTime' field. The system time in milliseconds for when the page was fetched. @param value the value to set.

(java.lang.Long value)

Source from the content-addressed store, hash-verified

301 * The system time in milliseconds for when the page was fetched. * @param value the value to set.
302 */
303 public void setFetchTime(java.lang.Long value) {
304 this.fetchTime = value;
305 setDirty(2);
306 }
307
308 /**
309 * Checks the dirty status of the 'fetchTime' field. A field is dirty if it represents a change that has not yet been written to the database.

Callers 13

testDatesMethod · 0.95
testBasicFieldsMethod · 0.95
prepareWebpageMethod · 0.95
runMethod · 0.95
writeMethod · 0.95
outputMethod · 0.45
setFetchScheduleMethod · 0.45
setFetchScheduleMethod · 0.45
initializeScheduleMethod · 0.45
setPageGoneScheduleMethod · 0.45
setPageRetryScheduleMethod · 0.45
shouldFetchMethod · 0.45

Calls

no outgoing calls

Tested by 3

testDatesMethod · 0.76
testBasicFieldsMethod · 0.76
prepareWebpageMethod · 0.76