Uses of Interface
org.apache.openjpa.datacache.CacheDistributionPolicy
Package
Description
OpenJPA Configuration
OpenJPA Data Cache
-
Uses of CacheDistributionPolicy in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionOpenJPAConfiguration.getCacheDistributionPolicyInstance()
Gets the policy object that determines distribution of cached instances across named partitions of L2 data cache.OpenJPAConfigurationImpl.getCacheDistributionPolicyInstance()
Modifier and TypeMethodDescriptionvoid
OpenJPAConfiguration.setCacheDistributionPolicyInstance
(CacheDistributionPolicy policy) Sets the policy object that determines distribution of cached instances across named partitions of L2 data cache.void
OpenJPAConfigurationImpl.setCacheDistributionPolicyInstance
(CacheDistributionPolicy policy) -
Uses of CacheDistributionPolicy in org.apache.openjpa.datacache
Modifier and TypeClassDescriptionclass
A default implementation that selects the cache by the type of the given managed instance.class
A cache distribution policy based on the type of the managed objects.Modifier and TypeMethodDescriptionDataCacheManager.getDistributionPolicy()
Return the user-specific policy that suggests the cache where a managed entity state is stored.DataCacheManagerImpl.getDistributionPolicy()
Gets the instance-based cache distribution policy, if configured.