org.infinispan.config
Class Configuration.L1Type

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.AbstractNamedCacheConfigurationBean
          extended by 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

Field Summary
protected  Boolean enabled
           
protected  Long lifespan
           
protected  Boolean onRehash
           
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
Configuration.L1Type()
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 boolean equals(Object o)
           
 int hashCode()
           
 void setEnabled(Boolean enabled)
           
 void setLifespan(Long lifespan)
           
 void setOnRehash(Boolean onRehash)
           
 
Methods inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
clone, hasComponentStarted, inject
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

protected Boolean enabled

lifespan

protected Long lifespan

onRehash

protected Boolean onRehash
Constructor Detail

Configuration.L1Type

public Configuration.L1Type()
Method Detail

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

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.