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

Method getMarkers

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

Gets the value of the 'markers' field. Markers flags which represent user and machine decisions which have affected influenced a WebPage's current state. Markers can be system specific and user machine driven in nature. They are assigned to a WebPage on a job-by-job basis and thier values indicative

()

Source from the content-addressed store, hash-verified

749 * Gets the value of the 'markers' field.
750 * Markers flags which represent user and machine decisions which have affected influenced a WebPage's current state. Markers can be system specific and user machine driven in nature. They are assigned to a WebPage on a job-by-job basis and thier values indicative of what actions should be associated with a WebPage. */
751 public java.util.Map<java.lang.CharSequence,java.lang.CharSequence> getMarkers() {
752 return markers;
753 }
754
755 /**
756 * Sets the value of the 'markers' field.

Callers 9

writeMethod · 0.95
reduceMethod · 0.95
putMarkMethod · 0.45
removeMarkMethod · 0.45
checkMarkMethod · 0.45
convertFieldMethod · 0.45
mapMethod · 0.45
addScoreDataMethod · 0.45
getPageRepresentationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected