| Package | Description |
|---|---|
| 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".
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerCaching
Implements an MController using a CacheManager.
|
class |
ControllerOS
Implements an MController without caching, reading from OS each time.
|
| Modifier and Type | Method and Description |
|---|---|
static MController |
ControllerCaching.makeStandardController(java.lang.String configFile,
java.lang.String cacheDir) |
static MController |
ControllerCaching.makeTestController(java.lang.String cacheDir) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DatasetCollectionManager.setController(MController _controller)
Set the MController used by scan.
|