public class UnsafeConfiguration extends java.lang.Object implements Matchable<UnsafeConfiguration>
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) |
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. |
public static final AttributeDefinition<java.lang.Boolean> UNRELIABLE_RETURN_VALUES
public boolean unreliableReturnValues()
Map contract when providing
return values for BasicCache.put(Object, Object) and
BasicCache.remove(Object) methods.public AttributeSet attributes()
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