org.apache.nutch.scoring.webgraph
Class Loops.Route

java.lang.Object
  extended by org.apache.nutch.scoring.webgraph.Loops.Route
All Implemented Interfaces:
Writable
Enclosing class:
Loops

public static class Loops.Route
extends Object
implements Writable

A link path or route looking to identify a link cycle.


Constructor Summary
Loops.Route()
           
 
Method Summary
 String getLookingFor()
           
 String getOutlinkUrl()
           
 boolean isFound()
           
 void readFields(DataInput in)
           
 void setFound(boolean found)
           
 void setLookingFor(String lookingFor)
           
 void setOutlinkUrl(String outlinkUrl)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loops.Route

public Loops.Route()
Method Detail

getOutlinkUrl

public String getOutlinkUrl()

setOutlinkUrl

public void setOutlinkUrl(String outlinkUrl)

getLookingFor

public String getLookingFor()

setLookingFor

public void setLookingFor(String lookingFor)

isFound

public boolean isFound()

setFound

public void setFound(boolean found)

readFields

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

write

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


Copyright © 2011 The Apache Software Foundation