Uses of Class
net.sf.ehcache.config.SizeOfPolicyConfiguration
-
Packages that use SizeOfPolicyConfiguration Package Description 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 Modifier and Type Field Description static SizeOfPolicyConfigurationConfiguration. DEFAULT_SIZEOF_POLICY_CONFIGURATIONDefault sizeOfPolicy configurationMethods in net.sf.ehcache.config that return SizeOfPolicyConfiguration Modifier and Type Method Description SizeOfPolicyConfigurationCacheConfiguration. getSizeOfPolicyConfiguration()AccessorSizeOfPolicyConfigurationConfiguration. getSizeOfPolicyConfiguration()Gets the SizeOf policy configuration.SizeOfPolicyConfigurationSizeOfPolicyConfiguration. maxDepth(int maxDepth)Builder method to set the maximum depth the SizeOf engine can normally traverseSizeOfPolicyConfigurationSizeOfPolicyConfiguration. maxDepthExceededBehavior(java.lang.String maxDepthExceededBehavior)Builder method to set the behavior of the SizeOf engine when the max depth is reached using a String objectSizeOfPolicyConfigurationSizeOfPolicyConfiguration. maxDepthExceededBehavior(SizeOfPolicyConfiguration.MaxDepthExceededBehavior maxDepthExceededBehavior)Builder method to set the behavior of the SizeOf engine when the max depth is reachedMethods in net.sf.ehcache.config with parameters of type SizeOfPolicyConfiguration Modifier and Type Method Description voidCacheConfiguration. addSizeOfPolicy(SizeOfPolicyConfiguration sizeOfPolicyConfiguration)Sets the SizeOfPolicyConfiguration for this cache.voidConfiguration. addSizeOfPolicy(SizeOfPolicyConfiguration sizeOfPolicy)Sets the default SizeOfPolicyConfiguration for this cache manager.CacheConfigurationCacheConfiguration. sizeOfPolicy(SizeOfPolicyConfiguration sizeOfPolicyConfiguration)Builder to set the SizeOfPolicyConfiguration for this cache.ConfigurationConfiguration. sizeOfPolicy(SizeOfPolicyConfiguration sizeOfPolicyConfiguration)Builder to set the default SizeOfPolicyConfiguration for this cache manager. -
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 Constructor Description SizeOfPolicyConfigurationElement(ConfigurationElement parent, SizeOfPolicyConfiguration sizeOfPolicyConfiguration)Construtor accepting the parent and theSizeOfPolicyConfigurationSizeOfPolicyConfigurationElement(NodeElement element, SizeOfPolicyConfiguration sizeOfPolicyConfiguration)Construtor accepting the element and theSizeOfPolicyConfiguration
-