|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NutchFile | |
net.nutch.util |
Uses of NutchFile in net.nutch.util |
Methods in net.nutch.util with parameters of type NutchFile | |
File |
NutchGenericFileSystem.get(NutchFile nutchFile)
Wait for a NutchFile from somewhere in NutchSpace. |
File |
NutchGenericFileSystem.get(NutchFile nutchFile,
long timeout)
Wait for a NutchFile for the specified amount of time. |
void |
NutchGenericFileSystem.lock(NutchFile nutchFile,
boolean exclusive)
Obtain a lock with the given NutchFile. |
void |
NutchGenericFileSystem.release(NutchFile nutchFile)
Release the lock for the given NutchFile |
void |
NutchGenericFileSystem.put(NutchFile nutchFile,
File workingFile,
boolean overwrite)
Add a single file or a directory of files to the filesystem. |
void |
NutchGenericFileSystem.completeDir(NutchFile nutchFile)
Complete the given directory |
void |
NutchGenericFileSystem.delete(NutchFile nutchFile)
Take the file out of the NutchFileSystem. |
void |
NutchGenericFileSystem.renameTo(NutchFile src,
NutchFile dst)
Rename the thing. |
void |
NutchFileSystem.put(NutchFile nutchFile,
File workingFile,
boolean overwrite)
Associates a NutchFile with a given real-fs File. |
void |
NutchFileSystem.completeDir(NutchFile nutchFile)
Sometimes the NutchFileSystem user constructs a directory of many subparts, often built slowly over time. |
File |
NutchFileSystem.get(NutchFile nutchFile)
Obtains the indicated NutchFile, whether remote or local. |
File |
NutchFileSystem.get(NutchFile nutchFile,
long timeout)
Same as above, but expires after the given number of ms, returning null. |
void |
NutchFileSystem.lock(NutchFile lockFile,
boolean exclusive)
Obtain a lock with the given NutchFile as the lock object |
void |
NutchFileSystem.release(NutchFile lockFile)
Release the lock. |
void |
NutchFileSystem.delete(NutchFile nutchFile)
Delete the given NutchFile and everything below it. |
void |
NutchFileSystem.renameTo(NutchFile src,
NutchFile dst)
Rename the given NutchFile to something new. |
Constructors in net.nutch.util with parameters of type NutchFile | |
NutchFile(NutchFile dir,
String name)
Create a NutchFile from a previous one that is a directory. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |