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

Method names

src/java/org/apache/nutch/metadata/Metadata.java:65–67  ·  view source on GitHub ↗

Returns an array of the names contained in the metadata. @return Metadata names

()

Source from the content-addressed store, hash-verified

63 * @return Metadata names
64 */
65 public String[] names() {
66 return metadata.keySet().toArray(new String[metadata.keySet().size()]);
67 }
68
69 /**
70 * Get the value associated to a metadata name. If many values are assiociated

Callers 11

getParseMethod · 0.95
filterMethod · 0.95
testNamesMethod · 0.95
equalsMethod · 0.95
toStringMethod · 0.95
writeMethod · 0.95
HttpResponseMethod · 0.80
HttpResponseMethod · 0.80
mergeMetadataMethod · 0.80
testNamesMethod · 0.80
toStringMethod · 0.80

Calls 1

sizeMethod · 0.80

Tested by 2

testNamesMethod · 0.76
testNamesMethod · 0.64