Class LoadingMapOfDetachedVRE
- java.lang.Object
-
- org.gcube.datatransfer.resolver.caches.LoadingMapOfDetachedVRE
-
public class LoadingMapOfDetachedVRE extends Object
The Class LoadingMapOfDetachedVRE.- Author:
- Francesco Mangiacrapa at ISTI-CNR Pisa (Italy) Jun 10, 2020
-
-
Constructor Summary
Constructors Constructor Description LoadingMapOfDetachedVRE()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VREget(String vreName)Gets the VRE obj for input VRE name.com.google.common.cache.LoadingCache<String,org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE>getCache()Gets the cache.protected static org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VREloadVREObjForVREName(String vreName)Load VRE obj for VRE name.
-
-
-
Method Detail
-
get
public static org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE get(String vreName) throws ExecutionException
Gets the VRE obj for input VRE name.- Parameters:
vreName- the vre name- Returns:
- the vre
- Throws:
ExecutionException- the execution exception
-
loadVREObjForVREName
protected static org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE loadVREObjForVREName(String vreName)
Load VRE obj for VRE name.- Parameters:
vreName- the vre name- Returns:
- the vre
-
getCache
public com.google.common.cache.LoadingCache<String,org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE> getCache()
Gets the cache.- Returns:
- the cache
-
-