Uses of Interface
thredds.inventory.MController

Packages that use MController
thredds.filesystem Implementations for thredds.inventory.MCollection ControllerOS - just a front for using OS file system services. 
thredds.inventory Abstractions for tracking dataset inventory using "managed files". 
 

Uses of MController in thredds.filesystem
 

Classes in thredds.filesystem that implement MController
 class ControllerCaching
          Implements an MController using a CacheManager.
 class ControllerOS
          Implements an MController without caching, reading from OS each time.
 

Methods in thredds.filesystem that return MController
static MController ControllerCaching.makeStandardController(String configFile, String cacheDir)
           
static MController ControllerCaching.makeTestController(String cacheDir)
           
 

Uses of MController in thredds.inventory
 

Methods in thredds.inventory with parameters of type MController
static void DatasetCollectionManager.setController(MController _controller)
          Set the MController used by scan.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.