| 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SizeOfPolicyConfiguration | |
|---|---|
| net.sf.ehcache.config | This package contains the cache configuration code. | 
| net.sf.ehcache.config.generator.model.elements | This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd | 
| Uses of SizeOfPolicyConfiguration in net.sf.ehcache.config | 
|---|
| Fields in net.sf.ehcache.config declared as SizeOfPolicyConfiguration | |
|---|---|
static SizeOfPolicyConfiguration | 
Configuration.DEFAULT_SIZEOF_POLICY_CONFIGURATION
Default sizeOfPolicy configuration  | 
| Methods in net.sf.ehcache.config that return SizeOfPolicyConfiguration | |
|---|---|
 SizeOfPolicyConfiguration | 
Configuration.getSizeOfPolicyConfiguration()
Gets the SizeOf policy configuration.  | 
 SizeOfPolicyConfiguration | 
CacheConfiguration.getSizeOfPolicyConfiguration()
Accessor  | 
 SizeOfPolicyConfiguration | 
SizeOfPolicyConfiguration.maxDepth(int maxDepth)
Builder method to set the maximum depth the SizeOf engine can normally traverse  | 
 SizeOfPolicyConfiguration | 
SizeOfPolicyConfiguration.maxDepthExceededBehavior(SizeOfPolicyConfiguration.MaxDepthExceededBehavior maxDepthExceededBehavior)
Builder method to set the behavior of the SizeOf engine when the max depth is reached  | 
 SizeOfPolicyConfiguration | 
SizeOfPolicyConfiguration.maxDepthExceededBehavior(String maxDepthExceededBehavior)
Builder method to set the behavior of the SizeOf engine when the max depth is reached using a String object  | 
| Methods in net.sf.ehcache.config with parameters of type SizeOfPolicyConfiguration | |
|---|---|
 void | 
Configuration.addSizeOfPolicy(SizeOfPolicyConfiguration sizeOfPolicy)
Sets the default SizeOfPolicyConfiguration for this cache manager.  | 
 void | 
CacheConfiguration.addSizeOfPolicy(SizeOfPolicyConfiguration sizeOfPolicyConfiguration)
Sets the SizeOfPolicyConfiguration for this cache.  | 
 Configuration | 
Configuration.sizeOfPolicy(SizeOfPolicyConfiguration sizeOfPolicyConfiguration)
Builder to set the default SizeOfPolicyConfiguration for this cache manager.  | 
 CacheConfiguration | 
CacheConfiguration.sizeOfPolicy(SizeOfPolicyConfiguration sizeOfPolicyConfiguration)
Builder to set the SizeOfPolicyConfiguration for this cache.  | 
| Uses of SizeOfPolicyConfiguration in net.sf.ehcache.config.generator.model.elements | 
|---|
| Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type SizeOfPolicyConfiguration | |
|---|---|
SizeOfPolicyConfigurationElement(ConfigurationElement parent,
                                 SizeOfPolicyConfiguration sizeOfPolicyConfiguration)
Construtor accepting the parent and the SizeOfPolicyConfiguration | 
|
SizeOfPolicyConfigurationElement(NodeElement element,
                                 SizeOfPolicyConfiguration sizeOfPolicyConfiguration)
Construtor accepting the element and the SizeOfPolicyConfiguration | 
|
  | 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||