See: Description
| Interface | Description |
|---|---|
| CollectionManager |
Manages a dynamic collection of MFile objects.
|
| CollectionManager.ChangeChecker | |
| CollectionManager.TriggerListener |
A TriggerEvent.proto is sent if protoDataset.change = "cron" has been specified
A TriggerEvent.update is sent if a scan has happened and a change in the list of MFiles has occurred,
or an MFile has been updated
|
| DateExtractor |
Knows how to extract a date from a MFile.
|
| MController |
Inventory Management Controller
|
| MFile |
Inventory "Managed File".
|
| MFileFilter |
Filter on MFiles
|
| StoreKeyValue |
Abstraction for object persistance using key/value stores.
|
| StoreKeyValue.Factory |
| Class | Description |
|---|---|
| CatalogCollectionManager |
CollectionManager of datasets from a catalog.
|
| CdmIndexManager |
abstract superclass for managing index files (ncx)
|
| CollectionManager.TriggerEvent | |
| CollectionManagerAbstract |
Abstract superclass for implementations of CollectionManager.
|
| CollectionManagerSingleFile |
A CollectionManager consisting of a single file
|
| CollectionSpecParser |
Parses the collection specification string.
|
| CollectionUpdater.ChangeProtoJob | |
| CollectionUpdater.UpdateCollectionJob | |
| DateExtractorFromName |
Extract Date from filename, using DateFromString.getDateUsingSimpleDateFormat on the name or path
|
| DateExtractorNone |
Always returns null
|
| MCollection |
Configuration object for a collection of managed files.
|
| MFileCollectionManager |
Manage Collections of MFiles.
|
| NcmlCollectionReader |
Convert NcML into a CollectionManager.
|
| TimedCollection |
Manage collections of files that we can assign date ranges to.
|
| TimePartitionCollection |
Collections partitioned by time range, resulting in a collection of CollectionManager objects.
|
| Enum | Description |
|---|---|
| CollectionManager.Force | |
| CollectionManager.TriggerType | |
| CollectionUpdater |
Handle background tasks for updating collections.
|
Abstractions for tracking dataset inventory using "managed files". MFile - Abstraction of java.io.File MCollection - An abstract description of a collection of MFile. MController - Something that knows how to obtain the MFiles using a MCollection. CollectionManager - Manages a dynamic collection of MFile objects. Allows storing key/value pairs on MFiles CollectionUpdater - singleton class for background updating of Collections. TimePartitionCollections - collections partitioned by time range
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.