Uses of Class
es.bsc.dataclay.util.structs.MemoryCache
-
Packages that use MemoryCache Package Description es.bsc.dataclay.commonruntime Module responsible to interact with Useres.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.metadataservice Module intended to management of information of distributed objectses.bsc.dataclay.util.classloaders Utility classes for class loading. -
-
Uses of MemoryCache in es.bsc.dataclay.commonruntime
Fields in es.bsc.dataclay.commonruntime declared as MemoryCache Modifier and Type Field Description protected MemoryCache<String,Triple<ObjectID,MetaClassID,BackendID>>
DataClayRuntime. aliasCache
Cache of alias -> oid.MemoryCache<ObjectID,MetaDataInfo>
DataClayRuntime. metaDataCache
Cache of metaData. -
Uses of MemoryCache in es.bsc.dataclay.logic.classmgr
Methods in es.bsc.dataclay.logic.classmgr that return MemoryCache Modifier and Type Method Description MemoryCache<MetaClassID,MetaClass>
ClassManager. getClassCache()
Return the cache of classes -
Uses of MemoryCache in es.bsc.dataclay.metadataservice
Methods in es.bsc.dataclay.metadataservice that return MemoryCache Modifier and Type Method Description MemoryCache<ObjectID,ObjectMetaData>
MetaDataService. getObjectCache()
Get the MetaDataService::objectMDCache -
Uses of MemoryCache in es.bsc.dataclay.util.classloaders
Fields in es.bsc.dataclay.util.classloaders declared as MemoryCache Modifier and Type Field Description static MemoryCache<MetaClassID,String>
DataClayClassLoader. CLASSNAMES_CACHE
Cache of class names identified by its MetaClassID.
-