@Deprecated public interface EvictionPolicyConfig
EvictionPolicyConfigBase, but
more specific eviction policies may subclass or re-implement this interface
to provide access to more config variables.| Modifier and Type | Method and Description |
|---|---|
String |
getEvictionPolicyClass()
Deprecated.
Gets the class name of the
EvictionPolicy implementation
this object will configure. |
void |
reset()
Deprecated.
Resets the values to their defaults.
|
void |
validate()
Deprecated.
Validate the configuration.
|
String getEvictionPolicyClass()
EvictionPolicy implementation
this object will configure. Used by RegionManager
to instantiate the policy.void validate()
throws ConfigurationException
ConfigurationException - if any values for the configuration
properties are invalidvoid reset()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.