Uses of Class
com.evolveum.midpoint.util.caching.AbstractThreadLocalCache
-
-
Uses of AbstractThreadLocalCache in com.evolveum.midpoint.model.common.expression.evaluator.caching
Subclasses of AbstractThreadLocalCache in com.evolveum.midpoint.model.common.expression.evaluator.caching Modifier and Type Class Description class
AbstractSearchExpressionEvaluatorCache<V extends PrismValue,RV extends PrismObject,QK extends QueryKey,QR extends QueryResult>
Cache for search expression-based evaluators.class
AssociationSearchExpressionEvaluatorCache
Search expression evaluator dealing with shadows - requires specific invalidation strategies.class
DefaultSearchExpressionEvaluatorCache
Default search expression evaluator cache. -
Uses of AbstractThreadLocalCache in com.evolveum.midpoint.model.impl.lens.projector.focus
Subclasses of AbstractThreadLocalCache in com.evolveum.midpoint.model.impl.lens.projector.focus Modifier and Type Class Description static class
FocusConstraintsChecker.Cache
-
Uses of AbstractThreadLocalCache in com.evolveum.midpoint.repo.cache.local
Subclasses of AbstractThreadLocalCache in com.evolveum.midpoint.repo.cache.local Modifier and Type Class Description class
LocalObjectCache
Thread-local cache for storing objects.class
LocalQueryCache
Thread-local cache for storing query results.class
LocalVersionCache
Thread-local cache for object version. -
Uses of AbstractThreadLocalCache in com.evolveum.midpoint.util.caching
Methods in com.evolveum.midpoint.util.caching with type parameters of type AbstractThreadLocalCache Modifier and Type Method Description static <T extends AbstractThreadLocalCache>
StringAbstractThreadLocalCache. debugDump(ConcurrentHashMap<Thread,T> instances)
static <T extends AbstractThreadLocalCache>
voidAbstractThreadLocalCache. destroy(ConcurrentHashMap<Thread,T> cacheThreadMap, Trace logger)
static <T extends AbstractThreadLocalCache>
voidAbstractThreadLocalCache. dumpContent(ConcurrentHashMap<Thread,T> cacheInstances)
static <T extends AbstractThreadLocalCache>
TAbstractThreadLocalCache. enter(ConcurrentHashMap<Thread,T> cacheThreadMap, Class<T> cacheClass, CacheConfiguration configuration, Trace logger)
static <T extends AbstractThreadLocalCache>
TAbstractThreadLocalCache. exit(ConcurrentHashMap<Thread,T> cacheThreadMap, Trace logger)
static <T extends AbstractThreadLocalCache>
intAbstractThreadLocalCache. getTotalSize(ConcurrentHashMap<Thread,T> cacheInstances)
Methods in com.evolveum.midpoint.util.caching with parameters of type AbstractThreadLocalCache Modifier and Type Method Description void
CachePerformanceCollector.CacheData. add(AbstractThreadLocalCache cache)
Method parameters in com.evolveum.midpoint.util.caching with type arguments of type AbstractThreadLocalCache Modifier and Type Method Description static boolean
AbstractThreadLocalCache. exists(ConcurrentHashMap<Thread,? extends AbstractThreadLocalCache> instances)
-