opendap.crawler
Class MakeVisitedCacheFromFile

java.lang.Object
  extended by opendap.crawler.MakeVisitedCacheFromFile

public class MakeVisitedCacheFromFile
extends java.lang.Object

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.

Author:
jimg

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

MakeVisitedCacheFromFile

public MakeVisitedCacheFromFile()
Method Detail

main

public static void main(java.lang.String[] args)