public class LoadingMapOfDetachedVRE extends Object
| Constructor and Description |
|---|
LoadingMapOfDetachedVRE() |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE |
get(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.VRE |
loadVREObjForVREName(String vreName)
Load VRE obj for VRE name.
|
public static org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE get(String vreName) throws ExecutionException
vreName - the vre nameExecutionException - the execution exceptionprotected static org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE loadVREObjForVREName(String vreName)
vreName - the vre namepublic com.google.common.cache.LoadingCache<String,org.gcube.infrastructure.detachedres.detachedreslibrary.shared.re.VRE> getCache()
Copyright © 2021. All Rights Reserved.