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

Method getSignature

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

Gets the value of the 'signature' field. An implementation of a WebPage's signature from which it can be identified and referenced at any point in time. This is essentially the WebPage's fingerprint represnting its state for any point in time.

()

Source from the content-addressed store, hash-verified

533 * Gets the value of the 'signature' field.
534 * An implementation of a WebPage's signature from which it can be identified and referenced at any point in time. This is essentially the WebPage's fingerprint represnting its state for any point in time. */
535 public java.nio.ByteBuffer getSignature() {
536 return signature;
537 }
538
539 /**
540 * Sets the value of the 'signature' field.

Callers 5

runMethod · 0.95
reduceMethod · 0.95
indexMethod · 0.45
setSignatureMethod · 0.45
convertFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected