org.infinispan.config
Class Configuration.UnsafeType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.Configuration.UnsafeType
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable
- Enclosing class:
- Configuration
public static class Configuration.UnsafeType
- extends AbstractNamedCacheConfigurationBean
Allows you to tune various unsafe or non-standard characteristics. Certain operations such as Cache.put() that are
supposed to return the previous value associated with the specified key according to the java.util.Map contract
will not fulfill this contract if unsafe toggle is turned on. Use with care. See details at
http://www.jboss.org/community/wiki/infinispantechnicalfaqs
- See Also:
- Configuration reference,
Serialized Form
unreliableReturnValues
protected Boolean unreliableReturnValues
Configuration.UnsafeType
public Configuration.UnsafeType()
setUnreliableReturnValues
public void setUnreliableReturnValues(Boolean unreliableReturnValues)
accept
public void accept(ConfigurationBeanVisitor v)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.