public class UnsafeConfiguration extends java.lang.Object implements Matchable<UnsafeConfiguration>, ConfigurationInfo
UnsafeConfigurationBuilder| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Boolean> |
UNRELIABLE_RETURN_VALUES |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
boolean |
equals(java.lang.Object o) |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
java.lang.String |
toString() |
boolean |
unreliableReturnValues()
Specifies whether Infinispan is allowed to disregard the
Map contract when providing
return values for BasicCache.put(Object, Object) and
BasicCache.remove(Object) methods. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic static final AttributeDefinition<java.lang.Boolean> UNRELIABLE_RETURN_VALUES
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public boolean unreliableReturnValues()
Map contract when providing
return values for BasicCache.put(Object, Object) and
BasicCache.remove(Object) methods.public AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object