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

Method getModifiedTime

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

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

()

Source from the content-addressed store, hash-verified

389 * Gets the value of the 'modifiedTime' field.
390 * The system time in milliseconds for when this WebPage was modified by the WebPage author, if this is not available we default to the server for this information. This is important to understand the changing nature of the WebPage. */
391 public java.lang.Long getModifiedTime() {
392 return modifiedTime;
393 }
394
395 /**
396 * Sets the value of the 'modifiedTime' field.

Callers 8

reduceMethod · 0.95
FtpResponseMethod · 0.45
FileResponseMethod · 0.45
HttpResponseMethod · 0.45
HttpResponseMethod · 0.45
addTimeMethod · 0.45
getPageRepresentationMethod · 0.45

Calls

no outgoing calls

Tested by 1