public static class LinkDumper.LinkNode extends Object implements Writable
Constructor and Description |
---|
LinkNode() |
LinkNode(String url,
Node node) |
Modifier and Type | Method and Description |
---|---|
Node |
getNode() |
String |
getUrl() |
void |
readFields(DataInput in) |
void |
setNode(Node node) |
void |
setUrl(String url) |
void |
write(DataOutput out) |
public String getUrl()
public void setUrl(String url)
public Node getNode()
public void setNode(Node node)
public void readFields(DataInput in) throws IOException
readFields
in interface Writable
IOException
public void write(DataOutput out) throws IOException
write
in interface Writable
IOException
Copyright © 2021 The Apache Software Foundation