Uses of Class
net.jcip.annotations.ThreadSafe

Packages that use ThreadSafe
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.filesystem Implementations for thredds.inventory.MCollection ControllerOS - just a front for using OS file system services. 
thredds.inventory Abstractions for tracking dataset inventory using "managed files". 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.ft.fmrc   
ucar.nc2.util Miscellaneous utility classes. 
ucar.nc2.util.cache Cache open NetcdfFile objects in memory. 
 

Uses of ThreadSafe in thredds.catalog
 

Classes in thredds.catalog with annotations of type ThreadSafe
 class InvDatasetFcFmrc
          Feature Collection for Fmrc Generate anew each call; use object caching if needed to improve efficiency
 class InvDatasetFeatureCollection
          Feature Collection Dataset.
 

Uses of ThreadSafe in thredds.filesystem
 

Classes in thredds.filesystem with annotations of type ThreadSafe
 class CacheManager
          Handles caching using ehcache.
 class ControllerCaching
          Implements an MController using a CacheManager.
 class ControllerOS
          Implements an MController without caching, reading from OS each time.
 class MFileOS
          Implements thredds.inventory.MFile using regular OS files.
 

Uses of ThreadSafe in thredds.inventory
 

Classes in thredds.inventory with annotations of type ThreadSafe
 class CollectionSpecParser
          Parses the collection specification string.
 class CollectionUpdater
          Handle background tasks that rescan and reset proto, for collections.
 class DatasetCollectionFromCatalog
          CollectionManager of datasets from a catalog.
 class DatasetCollectionManager
          Manage one or more Directory Scanners that find MFiles Keep track of when they need to be rescanned.
 

Uses of ThreadSafe in ucar.nc2.dataset
 

Classes in ucar.nc2.dataset with annotations of type ThreadSafe
 class CoordinateTransform
          A CoordinateTransform is an abstraction of a function from a CoordinateSystem to a "reference" CoordinateSystem, such as lat, lon.
 

Uses of ThreadSafe in ucar.nc2.ft.fmrc
 

Classes in ucar.nc2.ft.fmrc with annotations of type ThreadSafe
 class Fmrc
          Forecast Model Run Collection, manages dynamic collections of GridDatasets.
 

Uses of ThreadSafe in ucar.nc2.util
 

Classes in ucar.nc2.util with annotations of type ThreadSafe
 class ListenerManager
          Helper class for managing event listeners.
 

Uses of ThreadSafe in ucar.nc2.util.cache
 

Classes in ucar.nc2.util.cache with annotations of type ThreadSafe
 class FileCache
          Keep cache of open FileCacheable objects, for example NetcdfFile.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.