Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
thredds.inventory.partition | |
ucar.nc2.ft.fmrc | |
ucar.nc2.grib.collection |
Modifier and Type | Method and Description |
---|---|
MCollection |
InvDatasetFeatureCollection.getDatasetCollectionManager() |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionManager
Manages a dynamic collection of MFile objects.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionAbstract
Abstract superclass for Collections of MFiles.
|
class |
CollectionFiltered
A decorator to filter an MCollection
|
class |
CollectionGeneral
All files are read in at once.
|
class |
CollectionGlob
A MCollection defined by a glob filter.
|
class |
CollectionList
MCollection that is initialized by specific list of MFiles.
|
class |
CollectionListRange
Collection defined by a list of files, wit a [start, end) date range
|
class |
CollectionManagerAbstract
Abstract superclass for implementations of CollectionManager.
|
class |
CollectionManagerCatalog
CollectionManager of datasets from a catalog.
|
class |
CollectionPathMatcher
A collection defined by the collection spec (not directory sensitive)
May have by regexp: or glob: (experimental)
|
class |
CollectionSingleFile
A CollectionManager consisting of a single file
|
class |
CollectionSingleIndexFile
Collection from a Single Index File.
|
class |
MFileCollectionManager
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MCollection |
CollectionAbstract.open(String collectionName,
String collectionSpec,
String olderThan,
Formatter errlog) |
Constructor and Description |
---|
CollectionFiltered(String name,
MCollection org,
MFileFilter filter) |
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionManager
Manages time partitions
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryCollection
Manage MFiles from one directory.
|
class |
DirectoryPartition
A Partition that uses directories to do the partitioning.
|
class |
FilePartition
A Partition consisting of single files, each is a GribCollection.
|
class |
PartitionManagerFromIndexDirectory
used only for debugging
|
class |
PartitionManagerFromIndexList
A PartitionManager from a list of index files.
|
class |
TimePartition
Partition the files by a user-defined time period.
|
Modifier and Type | Method and Description |
---|---|
static MCollection |
DirectoryBuilder.factory(FeatureCollectionConfig config,
Path topDir,
boolean isTop,
IndexReader indexReader,
org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
Iterable<MCollection> |
TimePartition.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
PartitionManager.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
DirectoryPartition.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
FilePartition.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
PartitionManagerFromIndexList.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
PartitionManagerFromIndexDirectory.makePartitions(CollectionUpdateType forceCollection) |
Modifier and Type | Method and Description |
---|---|
void |
TimePartition.removePartition(MCollection partition) |
void |
PartitionManager.removePartition(MCollection partition) |
void |
DirectoryPartition.removePartition(MCollection partition) |
void |
FilePartition.removePartition(MCollection partition) |
void |
PartitionManagerFromIndexList.removePartition(MCollection partition) |
void |
PartitionManagerFromIndexDirectory.removePartition(MCollection partition) |
Constructor and Description |
---|
PartitionManagerFromIndexList(MCollection dcm,
List<MFile> partFiles,
org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
MCollection |
Fmrc.getManager() |
Modifier and Type | Method and Description |
---|---|
static GridDatasetInv |
GridDatasetInv.open(MCollection cm,
MFile mfile,
org.jdom2.Element ncml) |
Constructor and Description |
---|
Fmrc(MCollection manager,
FeatureCollectionConfig config) |
Modifier and Type | Method and Description |
---|---|
MCollection |
PartitionCollectionMutable.Partition.getDcm() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionCollectionMutable.addPartition(MCollection dcm) |
Constructor and Description |
---|
Grib1CollectionBuilder(String name,
MCollection dcm,
org.slf4j.Logger logger) |
Partition(MCollection dcm) |
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.