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

Method setPrevSignature

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

Sets 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. @param value the value to set.

(java.nio.ByteBuffer value)

Source from the content-addressed store, hash-verified

517 * 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. * @param value the value to set.
518 */
519 public void setPrevSignature(java.nio.ByteBuffer value) {
520 this.prevSignature = value;
521 setDirty(11);
522 }
523
524 /**
525 * Checks the dirty status of the 'prevSignature' field. A field is dirty if it represents a change that has not yet been written to the database.

Callers 1

setSignatureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected