Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.featurecollection | |
thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
thredds.inventory.partition | |
ucar.nc2.ft.cover.collection | |
ucar.nc2.grib | |
ucar.nc2.grib.collection | |
ucar.nc2.grib.grib1 | |
ucar.nc2.grib.grib2 |
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetFeatureCollection.sendEvent(CollectionUpdateType type) |
protected void |
InvDatasetFeatureCollection.update(CollectionUpdateType force)
Collection was changed, update internal objects.
|
protected void |
InvDatasetFcFmrc.update(CollectionUpdateType force) |
void |
InvDatasetFcPoint.updateCollection(InvDatasetFeatureCollection.State localState,
CollectionUpdateType force) |
protected abstract void |
InvDatasetFeatureCollection.updateCollection(InvDatasetFeatureCollection.State localState,
CollectionUpdateType force) |
protected void |
InvDatasetFcGrib.updateCollection(InvDatasetFeatureCollection.State state,
CollectionUpdateType force) |
protected void |
InvDatasetFcFmrc.updateCollection(InvDatasetFeatureCollection.State localState,
CollectionUpdateType force) |
Modifier and Type | Field and Description |
---|---|
CollectionUpdateType |
FeatureCollectionConfig.UpdateConfig.startupType |
CollectionUpdateType |
FeatureCollectionConfig.UpdateConfig.updateType |
Modifier and Type | Method and Description |
---|---|
CollectionUpdateType |
CollectionManager.TriggerEvent.getType() |
static CollectionUpdateType |
CollectionUpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionUpdateType[] |
CollectionUpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionManagerAbstract.sendEvent(CollectionUpdateType type) |
void |
CollectionUpdateListener.sendEvent(CollectionUpdateType type) |
void |
CollectionUpdater.triggerUpdate(String collectionName,
CollectionUpdateType triggerType) |
Modifier and Type | Method and Description |
---|---|
List<DirectoryBuilder> |
DirectoryBuilder.constructChildren(IndexReader indexReader,
CollectionUpdateType forceCollection)
Find all children directories.
|
Iterable<MCollection> |
TimePartition.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
PartitionManagerFromIndexDirectory.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
FilePartition.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
PartitionManager.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
DirectoryPartition.makePartitions(CollectionUpdateType forceCollection) |
Iterable<MCollection> |
PartitionManagerFromIndexList.makePartitions(CollectionUpdateType forceCollection) |
Modifier and Type | Method and Description |
---|---|
boolean |
GridCollectionBuilder.updateGribCollection(FeatureCollectionConfig config,
CollectionUpdateType updateType,
org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
GribIndex.readIndex(String location,
long dataModified,
CollectionUpdateType force)
Read the gbx9 index file.
|
static GribIndex |
GribIndex.readOrCreateIndexFromSingleFile(boolean isGrib1,
MFile mfile,
CollectionUpdateType force,
org.slf4j.Logger logger)
Create a gbx9 index from a single grib1 or grib2 file.
|
Modifier and Type | Method and Description |
---|---|
static GribCollectionImmutable |
GribCdmIndex.openGribCollection(FeatureCollectionConfig config,
CollectionUpdateType updateType,
org.slf4j.Logger logger)
Open GribCollection from config.
|
static GribCollectionImmutable |
GribCdmIndex.openGribCollectionFromDataFile(boolean isGrib1,
MFile mfile,
CollectionUpdateType updateType,
FeatureCollectionConfig config,
Formatter errlog,
org.slf4j.Logger logger) |
static GribCollectionImmutable |
GribCdmIndex.openGribCollectionFromRaf(RandomAccessFile raf,
FeatureCollectionConfig config,
CollectionUpdateType updateType,
org.slf4j.Logger logger) |
static boolean |
GribCdmIndex.updateGribCollection(FeatureCollectionConfig config,
CollectionUpdateType updateType,
org.slf4j.Logger logger)
update Grib Collection if needed
|
static boolean |
GribCdmIndex.updateGribCollectionFromPCollection(boolean isGrib1,
PartitionManager dcm,
CollectionUpdateType updateType,
Formatter errlog,
org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
boolean |
Grib1Index.readIndex(String filename,
long gribLastModified,
CollectionUpdateType force) |
Modifier and Type | Method and Description |
---|---|
boolean |
Grib2Index.readIndex(String filename,
long gribLastModified,
CollectionUpdateType force) |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.