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

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

public static class Loops.LoopSet
extends Object
implements Writable

A set of loops.


Constructor Summary
Loops.LoopSet()
           
 
Method Summary
 Set<String> getLoopSet()
           
 void readFields(DataInput in)
           
 void setLoopSet(Set<String> loopSet)
           
 String toString()
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Loops.LoopSet

public Loops.LoopSet()
Method Detail

getLoopSet

public Set<String> getLoopSet()

setLoopSet

public void setLoopSet(Set<String> loopSet)

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 The Apache Software Foundation