| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheDistributionPolicy | |
|---|---|
| org.apache.openjpa.conf | OpenJPA Configuration | 
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| Uses of CacheDistributionPolicy in org.apache.openjpa.conf | 
|---|
| Methods in org.apache.openjpa.conf that return CacheDistributionPolicy | |
|---|---|
|  CacheDistributionPolicy | OpenJPAConfigurationImpl.getCacheDistributionPolicyInstance() | 
|  CacheDistributionPolicy | OpenJPAConfiguration.getCacheDistributionPolicyInstance()Gets the policy object that determines distribution of cached instances across named partitions of L2 data cache. | 
| Methods in org.apache.openjpa.conf with parameters of type CacheDistributionPolicy | |
|---|---|
|  void | OpenJPAConfigurationImpl.setCacheDistributionPolicyInstance(CacheDistributionPolicy policy) | 
|  void | OpenJPAConfiguration.setCacheDistributionPolicyInstance(CacheDistributionPolicy policy)Sets the policy object that determines distribution of cached instances across named partitions of L2 data cache. | 
| Uses of CacheDistributionPolicy in org.apache.openjpa.datacache | 
|---|
| Classes in org.apache.openjpa.datacache that implement CacheDistributionPolicy | |
|---|---|
|  class | DefaultCacheDistributionPolicyA default implementation that selects the cache by the type of the given managed instance. | 
|  class | TypeBasedCacheDistributionPolicyA cache distribution policy based on the type of the managed objects. | 
| Methods in org.apache.openjpa.datacache that return CacheDistributionPolicy | |
|---|---|
|  CacheDistributionPolicy | DataCacheManagerImpl.getDistributionPolicy()Gets the instance-based cache distribution policy, if configured. | 
|  CacheDistributionPolicy | DataCacheManager.getDistributionPolicy()Return the user-specific policy that suggests the cache where a managed entity state is stored. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||