public class FetchEntry extends Configured implements Writable
Constructor and Description |
---|
FetchEntry() |
FetchEntry(Configuration conf,
String key,
WebPage page) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
WebPage |
getWebPage() |
void |
readFields(DataInput in) |
String |
toString() |
void |
write(DataOutput out) |
getConf, setConf
public FetchEntry()
public FetchEntry(Configuration conf, String key, WebPage page)
public void readFields(DataInput in) throws IOException
readFields
in interface Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface Writable
IOException
public String getKey()
public WebPage getWebPage()
Copyright © 2015 The Apache Software Foundation