Uses of Class
org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
-
Packages that use ExposedNodeLinkedList Package Description org.eclipse.persistence.internal.helper org.eclipse.persistence.internal.identitymaps org.eclipse.persistence.internal.sessions -
-
Uses of ExposedNodeLinkedList in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper declared as ExposedNodeLinkedList Modifier and Type Field Description protected ExposedNodeLinkedListWriteLockManager. prevailingQueue -
Uses of ExposedNodeLinkedList in org.eclipse.persistence.internal.identitymaps
Fields in org.eclipse.persistence.internal.identitymaps declared as ExposedNodeLinkedList Modifier and Type Field Description protected ExposedNodeLinkedListHardCacheWeakIdentityMap. referenceCacheA subset of cache entries have hard references maintained in this list to reduce garbage collection frequencyMethods in org.eclipse.persistence.internal.identitymaps that return ExposedNodeLinkedList Modifier and Type Method Description ExposedNodeLinkedListHardCacheWeakIdentityMap. getReferenceCache()Return the linked reference cache.ExposedNodeLinkedListHardCacheWeakIdentityMap.ReferenceCacheKey. getReferenceCache() -
Uses of ExposedNodeLinkedList in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as ExposedNodeLinkedList Modifier and Type Field Description protected ExposedNodeLinkedListAbstractSession. activeCommandThreadsList of active command threads.Methods in org.eclipse.persistence.internal.sessions that return ExposedNodeLinkedList Modifier and Type Method Description ExposedNodeLinkedListAbstractSession. getActiveCommandThreads()INTERNAL:
-