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

Method getFetchTime

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

Gets the value of the 'fetchTime' field. The system time in milliseconds for when the page was fetched.

()

Source from the content-addressed store, hash-verified

293 * Gets the value of the 'fetchTime' field.
294 * The system time in milliseconds for when the page was fetched. */
295 public java.lang.Long getFetchTime() {
296 return fetchTime;
297 }
298
299 /**
300 * Sets the value of the 'fetchTime' field.

Callers 8

reduceMethod · 0.95
filterMethod · 0.45
outputMethod · 0.45
mapMethod · 0.45
shouldFetchMethod · 0.45
getPageRepresentationMethod · 0.45

Calls

no outgoing calls

Tested by 1