org.infinispan.config
Class Configuration.EvictionType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.Configuration.EvictionType
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
- Enclosing class:
- Configuration
public static class Configuration.EvictionType
- extends AbstractNamedCacheConfigurationBean
- See Also:
- Configuration reference,
Serialized Form
wakeUpInterval
protected Long wakeUpInterval
strategy
protected EvictionStrategy strategy
maxEntries
protected Integer maxEntries
Configuration.EvictionType
public Configuration.EvictionType()
setWakeUpInterval
public void setWakeUpInterval(Long wakeUpInterval)
accept
public void accept(ConfigurationBeanVisitor v)
setStrategy
public void setStrategy(EvictionStrategy strategy)
setMaxEntries
public void setMaxEntries(Integer maxEntries)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.