Class CatalogTracker

java.lang.Object
thredds.server.catalog.tracker.CatalogTracker

public class CatalogTracker extends Object
Track the list of catalogs. Used to check if any have changed, without having to read the catalog tree.
Since:
6/22/2015
  • Constructor Details

    • CatalogTracker

      public CatalogTracker(String pathname, boolean startOver, int expectedSize, long nextCatId)
  • Method Details