Package thredds.tdm

Class Tdm

java.lang.Object
thredds.tdm.Tdm

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

    • Tdm

      public Tdm()
  • Method Details

    • setContentDir

      public void setContentDir(String contentDir) throws IOException
      Throws:
      IOException
    • setShowOnly

      public void setShowOnly(boolean showOnly)
    • setNThreads

      public void setNThreads(int n)
    • setForceOnStartup

      public void setForceOnStartup(boolean forceOnStartup)
    • setExecutor

      public void setExecutor(ExecutorService executor)
    • setCatalog

      public void setCatalog(String catName) throws IOException
      Throws:
      IOException
    • setServerNames

      public void setServerNames(String[] serverNames)
    • initServers

      public void initServers()
    • processEvent

      public void processEvent(thredds.inventory.CollectionUpdateEvent event)
    • main

      public static void main(String[] args) throws IOException, InterruptedException
      Throws:
      IOException
      InterruptedException