|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.crawler.MakeVisitedCacheFromFile
public class MakeVisitedCacheFromFile
Goofy utility class to make a ConcurrentHashMap, serialized, that can be used as a 'Visited' cache by the ResponseCachePostgres class. Useful if there are a bunch of URLs in the PG database and you want to read them out using methods from the cache class.
Constructor Summary | |
---|---|
MakeVisitedCacheFromFile()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MakeVisitedCacheFromFile()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |