Uses of Class
org.eclipse.persistence.internal.helper.type.CacheKeyToThreadRelationships
-
Packages that use CacheKeyToThreadRelationships Package Description org.eclipse.persistence.internal.helper org.eclipse.persistence.internal.helper.type -
-
Uses of CacheKeyToThreadRelationships in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper that return CacheKeyToThreadRelationships Modifier and Type Method Description protected CacheKeyToThreadRelationshipsConcurrencyUtil. get(ConcurrencyManager cacheKey, Map<ConcurrencyManager,CacheKeyToThreadRelationships> mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey)Helper method to make sure we never get null dto from the mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey.Method parameters in org.eclipse.persistence.internal.helper with type arguments of type CacheKeyToThreadRelationships Modifier and Type Method Description voidConcurrencyUtil. enrichMapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKeyInfoAboutActiveAndDeferredLocks(Map<ConcurrencyManager,CacheKeyToThreadRelationships> mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey, Map<Thread,DeferredLockManager> deferredLockManagerMapClone)Enrich our map map of cache key to threads having a relationship with that object in regards to active locks on the cache key and deferred locks on the cache keyvoidConcurrencyUtil. enrichMapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKeyInfoAboutReadLocks(Map<ConcurrencyManager,CacheKeyToThreadRelationships> mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey, Map<Thread,ReadLockManager> readLockManagerMapClone)Enrich the mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey based on the read locksvoidConcurrencyUtil. enrichMapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKeyInfoThreadsStuckOnAcquire(Map<ConcurrencyManager,CacheKeyToThreadRelationships> mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey, Map<Thread,Set<ConcurrencyManager>> unifiedMapOfThreadsStuckTryingToAcquireWriteLock)Enrich the mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey by setting on the cache keys the threads that are stuck trying to acquire the cache key.voidConcurrencyUtil. enrichMapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKeyInfoThreadsStuckOnAcquireLockForReading(Map<ConcurrencyManager,CacheKeyToThreadRelationships> mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey, Map<Thread,ConcurrencyManager> mapThreadToWaitOnAcquireReadLockClone)Enrich the mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey by setting on the cache keys the threads that are stuck trying to acquire the cache key with a read lock.protected CacheKeyToThreadRelationshipsConcurrencyUtil. get(ConcurrencyManager cacheKey, Map<ConcurrencyManager,CacheKeyToThreadRelationships> mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey)Helper method to make sure we never get null dto from the mapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey. -
Uses of CacheKeyToThreadRelationships in org.eclipse.persistence.internal.helper.type
Methods in org.eclipse.persistence.internal.helper.type that return types with arguments of type CacheKeyToThreadRelationships Modifier and Type Method Description Map<ConcurrencyManager,CacheKeyToThreadRelationships>ConcurrencyManagerState. getMapOfCacheKeyToDtosExplainingThreadExpectationsOnCacheKey()
-