public class WebPageWritable extends Configured implements Writable
| Constructor and Description |
|---|
WebPageWritable() |
WebPageWritable(Configuration conf,
WebPage webPage) |
| Modifier and Type | Method and Description |
|---|---|
WebPage |
getWebPage() |
void |
readFields(DataInput in) |
void |
setWebPage(WebPage webPage) |
void |
write(DataOutput out) |
getConf, setConfpublic WebPageWritable()
public WebPageWritable(Configuration conf, WebPage webPage)
public void readFields(DataInput in) throws IOException
readFields in interface WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface WritableIOExceptionpublic WebPage getWebPage()
public void setWebPage(WebPage webPage)
Copyright © 2015 The Apache Software Foundation