| java.lang.Object de.anomic.plasma.plasmaCrawlLURL
plasmaCrawlLURL | final public class plasmaCrawlLURL (Code) | | |
Inner Class :public class Cleaner extends Thread | |
Inner Class :public class exportc extends Thread | |
Method Summary | |
public synchronized void | clearStack(int stack) | public void | close() | public kelondroCloneableIterator<indexURLEntry> | entries(boolean up, String firstHash) | public synchronized boolean | exists(String urlHash) | public boolean | export(File f, String filter, int format, boolean dom) | public int | export_count() | public String | export_failed() | public File | export_file() | public boolean | export_running() | public synchronized String | getExecutorHash(int stack, int pos) | public synchronized String | getInitiatorHash(int stack, int pos) | public synchronized int | getStackSize(int stack) | public synchronized String | getUrlHash(int stack, int pos) | public synchronized indexURLEntry | load(String urlHash, indexRWIRowEntry searchedWord, long ranking) | public static void | main(String[] args) | public Cleaner | makeCleaner() | public synchronized indexURLEntry | newEntry(String propStr) | public synchronized void | notifyGCrawl(String urlHash, String initiatorHash, String executorHash) | public synchronized boolean | remove(String urlHash) | public synchronized boolean | removeStack(int stack, int pos) | public int | size() | public synchronized void | stack(indexURLEntry e, String initiatorHash, String executorHash, int stackType) | public synchronized void | store(indexURLEntry entry) | public void | urldbcleanup() Uses an Iteration over urlHash.db to detect malformed URL-Entries. | public synchronized int | writeCacheSize() |
plasmaCrawlLURL | public plasmaCrawlLURL(File indexPath, long preloadTime)(Code) | | |
clearStack | public synchronized void clearStack(int stack)(Code) | | |
close | public void close()(Code) | | |
exists | public synchronized boolean exists(String urlHash)(Code) | | |
export | public boolean export(File f, String filter, int format, boolean dom)(Code) | | |
export_count | public int export_count()(Code) | | |
export_running | public boolean export_running()(Code) | | |
getExecutorHash | public synchronized String getExecutorHash(int stack, int pos)(Code) | | |
getInitiatorHash | public synchronized String getInitiatorHash(int stack, int pos)(Code) | | |
getStackSize | public synchronized int getStackSize(int stack)(Code) | | |
getUrlHash | public synchronized String getUrlHash(int stack, int pos)(Code) | | |
makeCleaner | public Cleaner makeCleaner()(Code) | | |
remove | public synchronized boolean remove(String urlHash)(Code) | | |
removeStack | public synchronized boolean removeStack(int stack, int pos)(Code) | | |
urldbcleanup | public void urldbcleanup()(Code) | | Uses an Iteration over urlHash.db to detect malformed URL-Entries.
Damaged URL-Entries will be marked in a HashSet and removed at the end of the function.
Parameters: homePath - Root-Path where all information is to be found. |
writeCacheSize | public synchronized int writeCacheSize()(Code) | | |
|
|