Uses of Class
org.das2.dataset.CacheTag

Packages that use CacheTag
org.das2.dataset Provides classes and interfaces for combining Datums into structured DataSets, and operators for working with DataSets. 
org.das2.fsm fsm contains objects that model files that are stored in a FileSystem with the filename parametric in time. 
 

Uses of CacheTag in org.das2.dataset
 

Fields in org.das2.dataset declared as CacheTag
protected  CacheTag AbstractDataSetCache.Entry.cacheTag
           
 

Methods in org.das2.dataset that return CacheTag
static CacheTag CacheTag.append(CacheTag tag1, CacheTag tag2)
          Appends two CacheTags, when possible.
 CacheTag AbstractDataSetCache.Entry.getCacheTag()
           
static CacheTag DataSetUtil.guessCacheTag(DataSet ds)
           
 

Methods in org.das2.dataset with parameters of type CacheTag
static CacheTag CacheTag.append(CacheTag tag1, CacheTag tag2)
          Appends two CacheTags, when possible.
static DataSet DataSetUtil.append(DataSet ds1, DataSet ds2, CacheTag ct)
          provides convenient method for appending datasets together.
 boolean CacheTag.contains(CacheTag tag)
          Indicates if the cache tag the the capability of satifying the given cache tag.
 boolean AbstractDataSetCache.haveStored(DataSetDescriptor dsd, CacheTag cacheTag)
           
 boolean DataSetCache.haveStored(DataSetDescriptor dsd, CacheTag cacheTag)
           
 boolean NullDataSetCache.haveStored(DataSetDescriptor dsd, CacheTag cacheTag)
           
 boolean LimitCountDataSetCache.haveStoredImpl(DataSetDescriptor dsd, CacheTag cacheTag)
           
 boolean SimpleDataSetCache.haveStoredImpl(DataSetDescriptor dsd, CacheTag cacheTag)
           
 DataSet AbstractDataSetCache.retrieve(DataSetDescriptor dsd, CacheTag cacheTag)
           
 DataSet DataSetCache.retrieve(DataSetDescriptor dsd, CacheTag cacheTag)
           
 DataSet NullDataSetCache.retrieve(DataSetDescriptor dsd, CacheTag cacheTag)
           
 DataSet LimitCountDataSetCache.retrieveImpl(DataSetDescriptor dsd, CacheTag cacheTag)
           
 DataSet SimpleDataSetCache.retrieveImpl(DataSetDescriptor dsd, CacheTag cacheTag)
           
abstract  void AbstractDataSetCache.store(DataSetDescriptor dsd, CacheTag cacheTag, DataSet data)
           
 void DataSetCache.store(DataSetDescriptor dsd, CacheTag cacheTag, DataSet data)
           
 void LimitCountDataSetCache.store(DataSetDescriptor dsd, CacheTag cacheTag, DataSet data)
           
 void LimitSizeBytesDataSetCache.store(DataSetDescriptor dsd, CacheTag cacheTag, DataSet data)
           
 void NullDataSetCache.store(DataSetDescriptor dsd, CacheTag cacheTag, DataSet data)
           
 void SimpleDataSetCache.store(DataSetDescriptor dsd, CacheTag cacheTag, DataSet data)
           
 

Uses of CacheTag in org.das2.fsm
 

Methods in org.das2.fsm that return CacheTag
static CacheTag FileStorageModelNew.getCacheTagFor(FileStorageModelNew fsm, DatumRange range, java.io.File[] files)
           
static CacheTag FileStorageModelNew.getCacheTagFor(FileStorageModelNew fsm, DatumRange range, java.lang.String[] names)