Package thredds.tdm

Class Tdm


  • public class Tdm
    extends Object
    THREDDS Data Manager. Currently only manages GRIB Collection indices.
    Since:
    12/13/13
    • Constructor Detail

      • Tdm

        public Tdm()
    • Method Detail

      • setShowOnly

        public void setShowOnly​(boolean showOnly)
      • setNThreads

        public void setNThreads​(int n)
      • setForceOnStartup

        public void setForceOnStartup​(boolean forceOnStartup)
      • setCatalog

        public void setCatalog​(String catName)
      • setServerNames

        public void setServerNames​(String[] serverNames)
      • initServers

        public void initServers()
                         throws ucar.httpservices.HTTPException
        Throws:
        ucar.httpservices.HTTPException
      • processEvent

        public void processEvent​(thredds.inventory.CollectionUpdateEvent event)