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

Method getMetaValues

src/java/org/apache/nutch/metadata/MetaWrapper.java:106–108  ·  view source on GitHub ↗

Get multiple metadata. See Metadata#getValues(String) for more information. @param name @return multiple values

(String name)

Source from the content-addressed store, hash-verified

104 * @return multiple values
105 */
106 public String[] getMetaValues(String name) {
107 return metadata.getValues(name);
108 }
109
110 public void readFields(DataInput in) throws IOException {
111 super.readFields(in);

Callers

nothing calls this directly

Calls 1

getValuesMethod · 0.45

Tested by

no test coverage detected