Package org.supermind.crawl.util

Interface Summary
ScatterPurger Purges entries from ChainedScatterTable.
 

Class Summary
ChainedScatterTable A fixed-size chained scatter table that implements the clock/second-chance algorithm for purging entries.
ChainedScatterTable.Entry  
LongLongPersister  
LongPersister Saves Long values to a MapFile.
MapFilePersister<K,V> Helper class to simplify interaction with a MapFile.
MapFileScatterPurger Persists evicted scatter table entries to a Nutch MapFile.
MD5Persister Saves MD5Hash values to a MapFile.
TestChainedScatterTable  
TestMapFilePersister