public class FetchEntry
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
FetchEntry() |
FetchEntry(org.apache.hadoop.conf.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) |
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public String getKey()
public WebPage getWebPage()
Copyright © 2015 The Apache Software Foundation