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 Summary
Constructors Constructor Description Tdm()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitServers()static voidmain(String[] args)voidprocessEvent(thredds.inventory.CollectionUpdateEvent event)voidsetCatalog(String catName)voidsetContentDir(String contentDir)voidsetExecutor(ExecutorService executor)voidsetForceOnStartup(boolean forceOnStartup)voidsetNThreads(int n)voidsetServerNames(String[] serverNames)voidsetShowOnly(boolean showOnly)
-
-
-
Method Detail
-
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)
-
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)
-
main
public static void main(String[] args) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-