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

Method getValues

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

Get the values associated to a metadata name. @param name of the metadata. @return the values associated to a metadata name.

(final String name)

Source from the content-addressed store, hash-verified

91 * @return the values associated to a metadata name.
92 */
93 public String[] getValues(final String name) {
94 return _getValues(name);
95 }
96
97 /**
98 * Get the metadata list

Callers 11

filterMethod · 0.95
filterMethod · 0.95
testWriteNonNullMethod · 0.95
testAddMethod · 0.95
testSetMethod · 0.95
testSetPropertiesMethod · 0.95
testWritableMethod · 0.95
mergeMetadataMethod · 0.45
QueueFeederMethod · 0.45
runMethod · 0.45
getMetaValuesMethod · 0.45

Calls 1

_getValuesMethod · 0.95

Tested by 5

testWriteNonNullMethod · 0.76
testAddMethod · 0.76
testSetMethod · 0.76
testSetPropertiesMethod · 0.76
testWritableMethod · 0.76