| Package | Description |
|---|---|
| org.ecoinformatics.seek.datasource | |
| org.kepler.objectmanager.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
EcogridCompressedDataCacheItem
This class will handle compressed data object(for example a zip file)
download from server in Chache system.
|
class |
EcogridDataCacheItem
This class is not as generic as the name may indicate.
|
class |
EcogridGZippedDataCacheItem
This class reprents a gzipped cache item, it will run gunzip to uncompressed
this data object
|
class |
EcogridMetaDataCacheItem |
class |
EcogridQueryDataCacheItem
This class is not as generic as the name may indicate.
|
class |
EcogridTarArchivedDataCacheItem
This class reprents a tar archive object.
|
class |
EcogridZippedDataCacheItem
This class represents a zip data object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActorCacheObject
Modified by Dan Higgins, Aug 9, 2007 to avoid instantiating all the actors
when the ActorCacheObject is created.
|
class |
BufferedDataCacheObject |
class |
CacheObject
Class that represents an object in the ObjectCache.
|
class |
DataCacheFileObject
This class is not as generic as the name may indicate.
|
class |
DataCacheObject
Represents an item in the cache
|
class |
RawDataCacheObject
Class that represents an object in the CacheManager.
|
class |
ReportLayoutCacheObject
Class that represents an object in the CacheManager.
|
class |
WorkflowRunCacheObject
Class that represents an object in the CacheManager.
|
| Modifier and Type | Method and Description |
|---|---|
CacheObjectInterface |
CacheEvent.getCacheObject() |
CacheObjectInterface |
CacheManager.getObject(KeplerLSID lsid)
return the CacheObjectInterface with the specified lsid.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<CacheObjectInterface> |
CacheManager.getCacheObjectIterator()
return an iterator of all of the CacheObjectInterfaces in the cache
|
java.util.Iterator<CacheObjectInterface> |
CacheManager.getCacheObjectIterator(java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheManager.insertObject(CacheObjectInterface co)
insert a new CacheObjectInterface into the cache.
|
void |
CacheManager.updateObject(CacheObjectInterface co)
update a CacheObjectInterface in the cache.
|
| Constructor and Description |
|---|
CacheEvent(CacheObjectInterface co) |