net.nutch.util
Class ShareSet

java.lang.Object
  extended bynet.nutch.util.ShareSet

public class ShareSet
extends Object

A ShareSet is a library of ShareGroup objects. It defines every other machine in the current NutchFileSystem's universe.

Author:
Mike Cafarella

Constructor Summary
ShareSet(File dbRoot)
          Default constructor.
ShareSet(File dbRoot, Vector shareList)
          Build a ShareSet out of a Vector of ShareGroup objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShareSet

public ShareSet(File dbRoot,
                Vector shareList)
Build a ShareSet out of a Vector of ShareGroup objects.


ShareSet

public ShareSet(File dbRoot)
Default constructor. Loads configuration from NutchConf.



Copyright © 2004 The Nutch Organization.