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

Method getPrevSignature

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

Gets the value of the 'prevSignature' field. An implementation of a WebPage's previous signature from which it can be identified and referenced at any point in time. This can be used to uniquely identify WebPage deltas based on page fingerprints.

()

Source from the content-addressed store, hash-verified

509 * Gets the value of the 'prevSignature' field.
510 * An implementation of a WebPage's previous signature from which it can be identified and referenced at any point in time. This can be used to uniquely identify WebPage deltas based on page fingerprints. */
511 public java.nio.ByteBuffer getPrevSignature() {
512 return prevSignature;
513 }
514
515 /**
516 * Sets the value of the 'prevSignature' field.

Callers 2

reduceMethod · 0.95
getPageRepresentationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected