| 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".
|
| thredds.inventory.bdb | |
| thredds.inventory.filter | |
| ucar.nc2.ft.fmrc | |
| ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrawlableMFile
An adapter of cached MFiles to CrawlableDataset
|
class |
MFileOS
Implements thredds.inventory.MFile using regular OS files.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<MFile> |
ControllerOS.getInventory(MCollection mc) |
java.util.Iterator<MFile> |
ControllerCaching.getInventory(MCollection mc) |
java.util.Iterator<MFile> |
ControllerOS.getInventory(MCollection mc,
boolean recheck) |
java.util.Iterator<MFile> |
ControllerCaching.getInventory(MCollection mc,
boolean recheck) |
java.util.Iterator<MFile> |
ControllerOS.getInventoryNoSubdirs(MCollection mc) |
java.util.Iterator<MFile> |
ControllerCaching.getInventoryNoSubdirs(MCollection mc) |
java.util.Iterator<MFile> |
ControllerOS.getInventoryNoSubdirs(MCollection mc,
boolean recheck) |
java.util.Iterator<MFile> |
ControllerCaching.getInventoryNoSubdirs(MCollection mc,
boolean recheck) |
| Modifier and Type | Method and Description |
|---|---|
int |
MFileOS.compareTo(MFile o) |
int |
CrawlableMFile.compareTo(MFile o) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MFile> |
DatasetCollectionManager.getFiles()
Get the current collection of MFile, since last scan or rescan.
|
java.util.List<MFile> |
CollectionManager.getFiles()
Get the current collection of MFile, since last scan or rescan.
|
java.util.Iterator<MFile> |
MController.getInventory(MCollection mc) |
java.util.Iterator<MFile> |
MController.getInventory(MCollection mc,
boolean recheck) |
java.util.Iterator<MFile> |
MController.getInventoryNoSubdirs(MCollection mc) |
java.util.Iterator<MFile> |
MController.getInventoryNoSubdirs(MCollection mc,
boolean recheck) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MFileFilter.accept(MFile mfile)
Tests if a specified MFile should be included in a file collection.
|
boolean |
MCollection.accept(MFile file) |
int |
MFile.compareTo(MFile o) |
java.util.Date |
DatasetCollectionManager.extractRunDate(MFile mfile) |
java.util.Date |
CollectionManager.extractRunDate(MFile mfile)
Use the date extractor to extract the date from the filename
|
java.util.Date |
DateExtractorNone.getDate(MFile mfile) |
java.util.Date |
DateExtractorFromName.getDate(MFile mfile) |
java.util.Date |
DateExtractor.getDate(MFile mfile) |
byte[] |
DatasetCollectionManager.getMetadata(MFile file,
java.lang.String key) |
byte[] |
CollectionManager.getMetadata(MFile file,
java.lang.String key) |
void |
DatasetCollectionManager.putMetadata(MFile file,
java.lang.String key,
byte[] value) |
void |
CollectionManager.putMetadata(MFile file,
java.lang.String key,
byte[] value) |
MCollection |
MCollection.subdir(MFile child) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatasetCollectionManager.scan(java.util.Map<java.lang.String,MFile> map,
CancelTask cancelTask) |
protected void |
DatasetCollectionFromCatalog.scan(java.util.Map<java.lang.String,MFile> map,
CancelTask cancelTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataManager.delete(java.util.Map<java.lang.String,MFile> current) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WildcardMatchOnPath.accept(MFile file) |
boolean |
WildcardMatchOnName.accept(MFile file) |
boolean |
RegExpMatchOnName.accept(MFile file) |
boolean |
LastModifiedLimit.accept(MFile dataset) |
boolean |
Composite.accept(MFile mfile) |
| Modifier and Type | Method and Description |
|---|---|
static GridDatasetInv |
GridDatasetInv.open(CollectionManager cm,
MFile mfile,
org.jdom.Element ncml) |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregation.Dataset |
AggregationOuterDimension.makeDataset(MFile dset) |
protected Aggregation.Dataset |
Aggregation.makeDataset(MFile dset) |
| Constructor and Description |
|---|
Aggregation.Dataset(MFile mfile) |