public class UnsafeConfiguration extends Object implements Matchable<UnsafeConfiguration>
UnsafeConfigurationBuilder
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
UNRELIABLE_RETURN_VALUES |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes() |
boolean |
equals(Object o) |
int |
hashCode() |
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<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()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.