|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.nutch.util.ShareGroup
A ShareGroup combines the name of a group with where the Nutch filesystem can find members of that group. Used by NutchFileSystem to help resolve NutchFile objects.
| Constructor Summary | |
ShareGroup(String name)
Create a ShareGroup as above, but assume the location description can be found via NutchConf. |
|
ShareGroup(String name,
String locationDescs)
Make a named ShareGroup, to be found at the given location. |
|
| Method Summary | |
String[] |
getLocations()
Locations for the ShareGroup (machinename:path) |
String |
getName()
ShareGroup name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ShareGroup(String name,
String locationDescs)
public ShareGroup(String name)
| Method Detail |
public String getName()
public String[] getLocations()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||