Package thredds.server.catalog.tracker
Interface DatasetTracker
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
DatasetTrackerDiskPersistedCache,DatasetTrackerInMem,DatasetTrackerNoop
DatasetTracker interface
- Since:
- 6/6/2015
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanexists()findResourceControl(String path) booleanreinit()voidsave()voidbooleantrackDataset(long catId, thredds.client.catalog.Dataset ds, DatasetTracker.Callback callback)
-
Method Details
-
save
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
exists
boolean exists() -
reinit
boolean reinit() -
trackDataset
boolean trackDataset(long catId, thredds.client.catalog.Dataset ds, DatasetTracker.Callback callback) -
findResourceControl
-
findNcml
-
showDB
-