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

Method getOutlinks

src/java/org/apache/nutch/storage/Host.java:138–140  ·  view source on GitHub ↗

Gets the value of the 'outlinks' field. Hyperlinks which direct outside of the current host domain these can used in a histogram style manner to generate host statistics

()

Source from the content-addressed store, hash-verified

136 * Gets the value of the 'outlinks' field.
137 * Hyperlinks which direct outside of the current host domain these can used in a histogram style manner to generate host statistics */
138 public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getOutlinks() {
139 return outlinks;
140 }
141
142 /**
143 * Sets the value of the 'outlinks' field.

Callers 5

reduceMethod · 0.95
handleRedirectMethod · 0.45
convertFieldMethod · 0.45
mapMethod · 0.45
getPageRepresentationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected