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

Method getMajorCode

src/java/org/apache/nutch/storage/ParseStatus.java:115–117  ·  view source on GitHub ↗

Gets the value of the 'majorCode' field. Major parsing status' including NOTPARSED (Parsing was not performed), SUCCESS (Parsing succeeded), FAILED (General failure. There may be a more specific error message in arguments.)

()

Source from the content-addressed store, hash-verified

113 * Gets the value of the 'majorCode' field.
114 * Major parsing status' including NOTPARSED (Parsing was not performed), SUCCESS (Parsing succeeded), FAILED (General failure. There may be a more specific error message in arguments.) */
115 public java.lang.Integer getMajorCode() {
116 return majorCode;
117 }
118
119 /**
120 * Sets the value of the 'majorCode' field.

Callers 3

mapMethod · 0.95
isSuccessMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected