|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.crawler.PrintVisitedCache
public class PrintVisitedCache
Print the keys (URLs) and Last Modified Times (which are actually the access times) for a given 'visited' cache.
Constructor Summary | |
---|---|
PrintVisitedCache(java.lang.String basename,
java.lang.String tablename)
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Given the name of the visited cache (e.g., test.opendap.or_THREDDS) and the name of the Postgres database table (e.g., thredds_resoponses), print the URLs and the stored LMT. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintVisitedCache(java.lang.String basename, java.lang.String tablename) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public static void main(java.lang.String[] args)
args
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |