org.apache.nutch.crawl
Class Inlink

java.lang.Object
  extended by org.apache.nutch.crawl.Inlink
All Implemented Interfaces:
Writable

public class Inlink
extends Object
implements Writable


Constructor Summary
Inlink()
           
Inlink(String fromUrl, String anchor)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAnchor()
           
 String getFromUrl()
           
 int hashCode()
           
static Inlink read(DataInput in)
           
 void readFields(DataInput in)
           
static void skip(DataInput in)
          Skips over one Inlink in the input.
 String toString()
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Inlink

public Inlink()

Inlink

public Inlink(String fromUrl,
              String anchor)
Method Detail

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface Writable
Throws:
IOException

skip

public static void skip(DataInput in)
                 throws IOException
Skips over one Inlink in the input.

Throws:
IOException

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface Writable
Throws:
IOException

read

public static Inlink read(DataInput in)
                   throws IOException
Throws:
IOException

getFromUrl

public String getFromUrl()

getAnchor

public String getAnchor()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 The Apache Software Foundation