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, setConfpublic FetchEntry()
public FetchEntry(Configuration conf, String key, WebPage page)
public void readFields(DataInput in) throws IOException
readFields in interface WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface WritableIOExceptionpublic String getKey()
public WebPage getWebPage()
Copyright © 2015 The Apache Software Foundation