Package | Description |
---|---|
org.ecoinformatics.seek.datasource | |
org.kepler.kar | |
org.kepler.kar.handlers | |
org.kepler.objectmanager.cache | |
org.kepler.objectmanager.repository |
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 | Method and Description |
---|---|
CacheObject |
KAREntryHandler.cache(KARFile karFile,
KAREntry entry)
This method should return a CacheObject that will be put into the cache.
|
Modifier and Type | Method and Description |
---|---|
CacheObject |
JARKAREntryHandler.cache(KARFile karFile,
KAREntry entry) |
CacheObject |
ActorMetadataKAREntryHandler.cache(KARFile karFile,
KAREntry entry) |
CacheObject |
ModuleTxtKAREntryHandler.cache(KARFile karFile,
KAREntry entry)
This method should return a CacheObject that will be put into the cache.
|
CacheObject |
ProvKAREntryHandler.cache(KARFile karFile,
KAREntry entry)
Does nothing.
|
CacheObject |
WorkflowRunEntryHandler.cache(KARFile karFile,
KAREntry entry) |
CacheObject |
ReportLayoutKAREntryHandler.cache(KARFile karFile,
KAREntry entry) |
CacheObject |
ReportInstanceKAREntryHandler.cache(KARFile karFile,
KAREntry entry) |
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 |
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 |
---|---|
CacheObject |
CacheNamedObj.get() |
CacheObject |
CacheManager.getHighestCacheObjectRevision(KeplerLSID anLsid)
Return the CacheObject that has the highest revision number and matches
the given LSID, return null if not found.
|
Constructor and Description |
---|
CacheNamedObj(CompositeEntity container,
CacheObject cacheObject) |
Modifier and Type | Method and Description |
---|---|
CacheObject |
EcogridRepositoryResults.getCacheObject() |