Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Field and Description |
---|---|
static SizeOfPolicyConfiguration.MaxDepthExceededBehavior |
SizeOfPolicyConfiguration.DEFAULT_MAX_DEPTH_EXCEEDED_BEHAVIOR
Default max traversal depth exceeded behavior
|
Modifier and Type | Method and Description |
---|---|
SizeOfPolicyConfiguration.MaxDepthExceededBehavior |
SizeOfPolicyConfiguration.getMaxDepthExceededBehavior()
Gets the behavior of the SizeOf engine when the max depth is reached
|
static SizeOfPolicyConfiguration.MaxDepthExceededBehavior |
SizeOfPolicyConfiguration.resolveBehavior(Ehcache cache)
Helper method which resolves the MaxDepthExceededBehavior of a cache, using the cache manager's one if none was configured
on the cache itself.
|
static SizeOfPolicyConfiguration.MaxDepthExceededBehavior |
SizeOfPolicyConfiguration.MaxDepthExceededBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SizeOfPolicyConfiguration.MaxDepthExceededBehavior[] |
SizeOfPolicyConfiguration.MaxDepthExceededBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SizeOfPolicyConfiguration |
SizeOfPolicyConfiguration.maxDepthExceededBehavior(SizeOfPolicyConfiguration.MaxDepthExceededBehavior maxDepthExceededBehavior)
Builder method to set the behavior of the SizeOf engine when the max depth is reached
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.