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

Method getPrevFetchTime

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

Gets the value of the 'prevFetchTime' field. The system time in milliseconds for when the page was last fetched if it was previously fetched which can be used to calculate time delta within a fetching schedule implementation

()

Source from the content-addressed store, hash-verified

317 * Gets the value of the 'prevFetchTime' field.
318 * The system time in milliseconds for when the page was last fetched if it was previously fetched which can be used to calculate time delta within a fetching schedule implementation */
319 public java.lang.Long getPrevFetchTime() {
320 return prevFetchTime;
321 }
322
323 /**
324 * Sets the value of the 'prevFetchTime' field.

Callers 3

reduceMethod · 0.95
filterMethod · 0.45
getPageRepresentationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected