org.infinispan.config
Class Configuration.L1Type
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.Configuration.L1Type
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent
- Enclosing class:
- Configuration
public static class Configuration.L1Type
- extends AbstractNamedCacheConfigurationBean
- See Also:
- Configuration reference,
Serialized Form
enabled
protected Boolean enabled
lifespan
protected Long lifespan
onRehash
protected Boolean onRehash
Configuration.L1Type
public Configuration.L1Type()
setEnabled
public void setEnabled(Boolean enabled)
accept
public void accept(ConfigurationBeanVisitor v)
setLifespan
public void setLifespan(Long lifespan)
setOnRehash
public void setOnRehash(Boolean onRehash)
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.