Package thredds.server.catalog.tracker
Interface DatasetTracker.Callback
- Enclosing interface:
- DatasetTracker
public static interface DatasetTracker.Callback
-
Method Summary
Modifier and TypeMethodDescriptionvoidfinish()voidvoidhasDataRoot(DataRootExt dataRoot) voidhasDataset(thredds.client.catalog.Dataset dd) voidhasNcml(thredds.client.catalog.Dataset dd) voidhasRestriction(thredds.client.catalog.Dataset dd) voidhasTrackedDataset(thredds.client.catalog.Dataset dd)
-
Method Details
-
hasDataRoot
-
hasDataset
void hasDataset(thredds.client.catalog.Dataset dd) -
hasTrackedDataset
void hasTrackedDataset(thredds.client.catalog.Dataset dd) -
hasNcml
void hasNcml(thredds.client.catalog.Dataset dd) -
hasRestriction
void hasRestriction(thredds.client.catalog.Dataset dd) -
hasCatalogRef
-
finish
void finish()
-