Uses of Class
org.openrefine.LookupCacheManager.ProjectLookup
-
Packages that use LookupCacheManager.ProjectLookup Package Description org.openrefine -
-
Uses of LookupCacheManager.ProjectLookup in org.openrefine
Fields in org.openrefine with type parameters of type LookupCacheManager.ProjectLookup Modifier and Type Field Description protected Map<String,LookupCacheManager.ProjectLookup>
LookupCacheManager. _lookups
Methods in org.openrefine that return LookupCacheManager.ProjectLookup Modifier and Type Method Description LookupCacheManager.ProjectLookup
LookupCacheManager. getLookup(long targetProject, String targetColumn)
Computes the ProjectLookup based on combination key, returns the cached one from the HashMap if already computed.
-