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

Method write

src/java/org/apache/nutch/fetcher/FetchEntry.java:51–55  ·  view source on GitHub ↗
(DataOutput out)

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public void write(DataOutput out) throws IOException {
53 Text.writeString(out, key);
54 IOUtils.serialize(getConf(), out, page, WebPage.class);
55 }
56
57 public String getKey() {
58 return key;

Callers

nothing calls this directly

Calls 1

getConfMethod · 0.45

Tested by

no test coverage detected