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

Method getPrevModifiedTime

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

Gets the value of the 'prevModifiedTime' field. The system time in milliseconds for when this WebPage was previously modified by the author, if this is not available then we default to the server for this information. This is important to understand the changing nature of a WebPage.

()

Source from the content-addressed store, hash-verified

413 * Gets the value of the 'prevModifiedTime' field.
414 * The system time in milliseconds for when this WebPage was previously modified by the author, if this is not available then we default to the server for this information. This is important to understand the changing nature of a WebPage. */
415 public java.lang.Long getPrevModifiedTime() {
416 return prevModifiedTime;
417 }
418
419 /**
420 * Sets the value of the 'prevModifiedTime' field.

Callers 2

reduceMethod · 0.95
getPageRepresentationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected