Class UnsafeConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<UnsafeConfiguration>
org.infinispan.configuration.cache.UnsafeConfiguration
- All Implemented Interfaces:
Matchable<UnsafeConfiguration>
,Updatable<UnsafeConfiguration>
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:
-
Field Summary
Fields inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, CHILDLESS, children, element, repeated
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Specifies whether Infinispan is allowed to disregard theMap
contract when providing return values forBasicCache.put(Object, Object)
andBasicCache.remove(Object)
methods.Methods inherited from class org.infinispan.commons.configuration.attributes.ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
Field Details
-
UNRELIABLE_RETURN_VALUES
-
-
Method Details
-
unreliableReturnValues
public boolean unreliableReturnValues()Specifies whether Infinispan is allowed to disregard theMap
contract when providing return values forBasicCache.put(Object, Object)
andBasicCache.remove(Object)
methods.
-