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
|
| CollectionSpecParserProvider |
A Service Provider of
CollectionSpecParserAbstract. |
| DateExtractor |
Knows how to extract a date from a MFile.
|
| MCollection |
Collection of MFiles
|
| MController |
Inventory Management Controller
|
| MControllerProvider |
A Service Provider of
MController. |
| MFile |
An abstraction for java.io.File / java.nio.file.Path
|
| MFileFilter |
Filter on MFiles
|
| MFileProvider |
A Service Provider of
MFile. |
| Class | Description |
|---|---|
| CollectionAbstract |
Abstract superclass for Collections of MFiles.
|
| CollectionConfig |
Configuration object for a collection of managed files.
|
| CollectionFiltered |
A decorator to filter an MCollection
|
| CollectionGeneral |
All files are read in at once.
|
| CollectionGlob |
A MCollection defined by a glob filter.
|
| CollectionList |
MCollection that is initialized by specific list of MFiles.
|
| CollectionListRange |
Collection defined by a list of files, with a [start, end) date range
|
| CollectionManager.TriggerEvent | |
| CollectionManagerAbstract |
Abstract superclass for implementations of CollectionManager.
|
| CollectionManagerCatalog |
CollectionManager of datasets from a catalog.
|
| CollectionPathMatcher |
A collection defined by the collection spec (not directory sensitive)
May have by regexp: or glob: (experimental)
|
| CollectionSingleFile |
A CollectionManager consisting of a single file
|
| CollectionSingleIndexFile |
Collection from a Single Index File.
|
| CollectionSpecParser |
Parses the collection specification string for local files.
|
| CollectionSpecParserAbstract |
Abstract base class for parsing collection specification strings
|
| CollectionSpecParsers |
Static helper methods for CollectionSpecParserAbstract objects.
|
| CollectionUpdateEvent |
Events when a fc should be updated.
|
| DateExtractorFromName |
Extract Date from filename, using DateFromString.getDateUsingSimpleDateFormat on the name or path
|
| DateExtractorNone |
Always returns null
|
| MControllers | |
| MFileCollectionManager |
Manage Collections of MFiles.
|
| MFileIterator |
An iterator over MFiles, closeable so its a target for try-with-resource
|
| MFiles |
Static helper methods for MFile objects.
|
| NcmlCollectionReader |
Convert NcML into a CollectionManager.
|
| TimedCollection |
Manage collections of files that we can assign date ranges to.
|
| Enum | Description |
|---|---|
| CollectionUpdateType |
Messages to update a collection
|
NOT PUBLIC API - DO NOT USE: 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. Collection - Manages a collection of MFile objects. 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