Package | Description |
---|---|
org.apache.openjpa.lib.util |
General Utilities
|
org.apache.openjpa.lib.util.concurrent |
Concurrent Utilities
|
org.apache.openjpa.util |
OpenJPA Utilities
This package provides utilities to facilitate the handling of second
class objects and OpenJPA object ids.
|
Modifier and Type | Class and Description |
---|---|
class |
LRUMap
Extension of the commons
LRUMap that can change its
maximum size. |
class |
ReferenceHashMap
Map in which the key, value, or both may be weak/soft references.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentHashMap
This class implements a HashMap which has limited synchronization.
|
class |
ConcurrentReferenceHashMap
This class implements a HashMap which has limited synchronization
and reference keys or values(but not both).
|
Modifier and Type | Field and Description |
---|---|
protected SizedMap |
CacheMap.cacheMap
The map for non-expired and non-pinned references.
|
protected SizedMap |
CacheMap.softMap
The map for expired references.
|
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.