org.infinispan.configuration.cache
Class UnsafeConfiguration
java.lang.Object
org.infinispan.configuration.cache.UnsafeConfiguration
public class UnsafeConfiguration
- extends Object
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better
performance in some cases.
Use with care, only after thoroughly reading and understanding the documentation about a specific feature.
- See Also:
UnsafeConfigurationBuilder
unreliableReturnValues
public boolean unreliableReturnValues()
- Specifies whether Infinispan is allowed to disregard the
Map
contract when providing return values for
Map.put(Object, Object)
and Map.remove(Object)
methods.
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.